31 lines
871 B
XML
Raw Normal View History

2019-02-18 18:40:57 -05:00
<?xml version="1.0"?>
<psalm
totallyTyped="false"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config"
errorBaseline="psalm-baseline.xml"
2019-02-18 18:40:57 -05:00
>
<projectFiles>
<directory name="src" />
<ignoreFiles>
<directory name="vendor"/>
2019-02-18 18:40:57 -05:00
</ignoreFiles>
</projectFiles>
<issueHandlers>
<LessSpecificReturnType errorLevel="info" />
2020-10-19 12:12:59 -04:00
<PropertyNotSetInConstructor>
<errorLevel type="suppress">
<file name="src/Fakes/FakeMetaCommand.php" />
<file name="src/Fakes/FakeModelsCommand.php" />
2020-10-19 12:12:59 -04:00
</errorLevel>
</PropertyNotSetInConstructor>
2019-02-18 18:40:57 -05:00
</issueHandlers>
2021-06-21 16:45:30 -07:00
<stubs>
<file name="stubs/LumenApplication.stubphp"/>
</stubs>
2019-02-18 18:40:57 -05:00
</psalm>