2023-05-31 09:00:20 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<psalm
|
2023-07-06 06:41:05 +00:00
|
|
|
errorLevel="1"
|
2023-05-31 09:00:20 +00: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"
|
|
|
|
findUnusedBaselineEntry="true"
|
2024-02-07 11:00:08 +00:00
|
|
|
findUnusedCode="false"
|
2023-07-28 12:12:47 +00:00
|
|
|
strictBinaryOperands="true"
|
|
|
|
checkForThrowsInGlobalScope="true"
|
|
|
|
ignoreInternalFunctionFalseReturn="false"
|
|
|
|
ignoreInternalFunctionNullReturn ="false"
|
|
|
|
findUnusedVariablesAndParams="true"
|
|
|
|
findUnusedPsalmSuppress="true"
|
|
|
|
restrictReturnTypes="true"
|
2023-05-31 09:00:20 +00:00
|
|
|
>
|
|
|
|
<projectFiles>
|
|
|
|
<directory name="src/" />
|
|
|
|
<file name="backup" />
|
2024-02-07 11:00:08 +00:00
|
|
|
<directory name="tests" />
|
|
|
|
<ignoreFiles>
|
|
|
|
<directory name="vendor" />
|
|
|
|
</ignoreFiles>
|
2023-05-31 09:00:20 +00:00
|
|
|
</projectFiles>
|
|
|
|
</psalm>
|