phpseclib/build/psalm.xml

26 lines
696 B
XML
Raw Permalink Normal View History

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