psalm-plugin-laravel/psalm.xml

39 lines
1.2 KiB
XML
Raw Permalink Normal View History

2019-02-19 00:40:57 +01:00
<?xml version="1.0"?>
<psalm
errorLevel="2"
reportMixedIssues="false"
2019-02-19 00:40:57 +01:00
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"
2022-01-19 10:31:50 +01:00
phpVersion="8.0"
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" />
2022-03-16 17:26:19 +01:00
<file name="src/Fakes/FakeModelsCommand210.php" />
2020-10-19 18:12:59 +02:00
</errorLevel>
</PropertyNotSetInConstructor>
2022-03-16 17:26:19 +01:00
<OverriddenMethodAccess>
<errorLevel type="suppress">
<file name="src/Fakes/FakeModelsCommand291.php" />
</errorLevel>
</OverriddenMethodAccess>
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>