kimhf/sage-stubs

Stubs for the Sage starter theme, used for static analysis.

v0.3 2019-10-27 18:47 UTC

This package is auto-updated.

Last update: 2024-04-28 04:57:52 UTC


README

Sage Stubs is used to statically analyse codebases to ensure compatibility with the Sage starter theme.

Usage with Psalm

Update the Psalm config to include the stubs:

<stubs>
    <file name="vendor/kimhf/sage-stubs/sage-stubs.php" />
</stubs>