backupscript/psalm.xml

23 lines
721 B
XML
Raw Normal View History

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"
2023-06-08 12:44:59 +00:00
findUnusedCode="true"
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" />
</projectFiles>
</psalm>