psalm-plugin-laravel/psalm.xml
2022-01-19 10:31:50 +01:00

32 lines
892 B
XML

<?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"
phpVersion="8.0"
>
<projectFiles>
<directory name="src" />
<ignoreFiles>
<directory name="vendor"/>
</ignoreFiles>
</projectFiles>
<issueHandlers>
<LessSpecificReturnType errorLevel="info" />
<PropertyNotSetInConstructor>
<errorLevel type="suppress">
<file name="src/Fakes/FakeMetaCommand.php" />
<file name="src/Fakes/FakeModelsCommand.php" />
</errorLevel>
</PropertyNotSetInConstructor>
</issueHandlers>
<stubs>
<file name="stubs/LumenApplication.stubphp"/>
</stubs>
</psalm>