phpseclib/build/psalm.xml

26 lines
696 B
XML
Raw Normal View History

<?xml version="1.0"?>
<psalm
xmlns="https://getpsalm.org/schema/config"
2022-06-04 10:31:21 -05:00
errorLevel="1"
errorBaseline="psalm_baseline.xml"
findUnusedCode="true"
findUnusedPsalmSuppress="true"
sealAllMethods="true"
2022-06-04 10:31:21 -05:00
ensureArrayStringOffsetsExist="true"
ensureArrayIntOffsetsExist="true"
ignoreInternalFunctionNullReturn="false"
ignoreInternalFunctionFalseReturn="false"
>
<projectFiles>
<directory name="../phpseclib"/>
2022-06-04 10:31:21 -05:00
<directory name="../tests"/>
</projectFiles>
<issueHandlers>
<Trace>
<errorLevel type="error">
2022-01-30 11:20:45 -06:00
<directory name=".."/>
</errorLevel>
</Trace>
</issueHandlers>
2022-06-04 10:31:21 -05:00
</psalm>