<?xml version="1.0"?>
<psalm
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"
errorLevel="4"
hoistConstants="true"
resolveFromConfigFile="true"
findUnusedPsalmSuppress="true"
findUnusedVariablesAndParams="true"
ensureArrayStringOffsetsExist="true"
addParamDefaultToDocblockType="true"
findUnusedBaselineEntry="true"
findUnusedCode="false"
errorBaseline="psalm-baseline.xml"
>
<projectFiles>
<directory name="src/*/src" />
<directory name="src/Framework" />
<ignoreFiles>
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
<issueHandlers>
<MissingOverrideAttribute errorLevel="suppress" />
<UnusedClosureParam errorLevel="suppress" />
<UnusedPsalmSuppress errorLevel="suppress" />
<UnsupportedPropertyReferenceUsage errorLevel="suppress" />
<RedundantCast>
<errorLevel type="suppress">
<file name="src/Core/src/Internal/Proxy/ProxyClassRenderer.php"/>
</errorLevel>
</RedundantCast>
</issueHandlers>
</psalm>
|