2019-02-19 00:40:57 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<psalm
|
2022-02-21 10:15:13 +01:00
|
|
|
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"
|
2019-03-06 17:03:43 +01:00
|
|
|
xsi:schemaLocation="https://getpsalm.org/schema/config"
|
2020-01-08 06:11:05 +01:00
|
|
|
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>
|
2021-06-22 02:50:16 +02:00
|
|
|
<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">
|
2021-06-22 02:50:16 +02:00
|
|
|
<file name="src/Fakes/FakeMetaCommand.php" />
|
2021-09-16 20:12:43 +02:00
|
|
|
<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
|
|
|
|
2020-04-12 23:13:20 +02:00
|
|
|
<stubs>
|
2021-06-22 02:50:06 +02:00
|
|
|
<file name="stubs/LumenApplication.stubphp"/>
|
2020-04-12 23:13:20 +02:00
|
|
|
</stubs>
|
2019-02-19 00:40:57 +01:00
|
|
|
</psalm>
|