2020-10-03 13:51:53 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<psalm
|
2024-04-01 17:30:50 +02:00
|
|
|
errorLevel="1"
|
2020-10-03 13:51:53 +02: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"
|
2024-04-01 17:30:50 +02:00
|
|
|
findUnusedCode="true"
|
|
|
|
findUnusedPsalmSuppress="true"
|
|
|
|
ignoreInternalFunctionFalseReturn="true"
|
2020-10-03 13:51:53 +02:00
|
|
|
>
|
|
|
|
<projectFiles>
|
|
|
|
<directory name="src" />
|
|
|
|
<ignoreFiles>
|
|
|
|
<directory name="vendor" />
|
|
|
|
</ignoreFiles>
|
|
|
|
</projectFiles>
|
|
|
|
</psalm>
|