psalm-plugin-laravel/psalm.xml

31 lines
874 B
XML
Raw Normal View History

2019-02-19 00:40:57 +01: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-19 00:40:57 +01:00
>
<projectFiles>
<directory name="src" />
<ignoreFiles>
<directory name="vendor"/>
2019-02-19 00:40:57 +01:00
</ignoreFiles>
</projectFiles>
<issueHandlers>
<LessSpecificReturnType errorLevel="info" />
2020-10-19 18:12:59 +02:00
<PropertyNotSetInConstructor>
<errorLevel type="suppress">
<file name="src/Fakes/FakeMetaCommand.php" />
<file name="src/Fakes/FakeModelsCommand291.php" />
2020-10-19 18:12:59 +02:00
</errorLevel>
</PropertyNotSetInConstructor>
2019-02-19 00:40:57 +01:00
</issueHandlers>
2021-06-22 01:45:30 +02:00
<stubs>
<file name="stubs/LumenApplication.stubphp"/>
</stubs>
2019-02-19 00:40:57 +01:00
</psalm>