2020-03-28 12:23:46 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<psalm
|
2020-03-28 22:20:44 +01:00
|
|
|
errorLevel="2"
|
2021-09-04 01:15:31 +02:00
|
|
|
phpVersion="8.1"
|
2020-03-28 12:23:46 +01:00
|
|
|
resolveFromConfigFile="true"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns="https://getpsalm.org/schema/config"
|
|
|
|
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
|
|
|
|
>
|
|
|
|
<projectFiles>
|
2021-12-02 23:13:42 +01:00
|
|
|
<directory name="src" />
|
2020-03-28 12:23:46 +01:00
|
|
|
</projectFiles>
|
|
|
|
|
|
|
|
<issueHandlers>
|
|
|
|
<StringIncrement>
|
|
|
|
<errorLevel type="suppress">
|
2021-12-02 23:13:42 +01:00
|
|
|
<directory name="src" />
|
2020-03-28 12:23:46 +01:00
|
|
|
</errorLevel>
|
|
|
|
</StringIncrement>
|
2020-03-28 22:20:44 +01:00
|
|
|
|
|
|
|
<RedundantConditionGivenDocblockType>
|
|
|
|
<errorLevel type="suppress">
|
2021-12-02 23:13:42 +01:00
|
|
|
<directory name="src" />
|
2020-03-28 22:20:44 +01:00
|
|
|
</errorLevel>
|
|
|
|
</RedundantConditionGivenDocblockType>
|
|
|
|
|
|
|
|
<DocblockTypeContradiction>
|
|
|
|
<errorLevel type="suppress">
|
2021-12-02 23:13:42 +01:00
|
|
|
<directory name="src" />
|
2020-03-28 22:20:44 +01:00
|
|
|
</errorLevel>
|
|
|
|
</DocblockTypeContradiction>
|
|
|
|
|
|
|
|
<MissingClosureParamType>
|
|
|
|
<errorLevel type="suppress">
|
2021-12-02 23:13:42 +01:00
|
|
|
<directory name="src" />
|
2020-03-28 22:20:44 +01:00
|
|
|
</errorLevel>
|
|
|
|
</MissingClosureParamType>
|
|
|
|
|
|
|
|
<MissingClosureReturnType>
|
|
|
|
<errorLevel type="suppress">
|
2021-12-02 23:13:42 +01:00
|
|
|
<directory name="src" />
|
2020-03-28 22:20:44 +01:00
|
|
|
</errorLevel>
|
|
|
|
</MissingClosureReturnType>
|
2020-03-28 12:23:46 +01:00
|
|
|
</issueHandlers>
|
|
|
|
</psalm>
|