mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
31 lines
874 B
XML
31 lines
874 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"
|
|
>
|
|
<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/FakeModelsCommand291.php" />
|
|
</errorLevel>
|
|
</PropertyNotSetInConstructor>
|
|
</issueHandlers>
|
|
|
|
<stubs>
|
|
<file name="stubs/LumenApplication.stubphp"/>
|
|
</stubs>
|
|
</psalm>
|