mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-08 14:51:00 +00:00
26 lines
696 B
XML
26 lines
696 B
XML
<?xml version="1.0"?>
|
|
<psalm
|
|
xmlns="https://getpsalm.org/schema/config"
|
|
errorLevel="1"
|
|
errorBaseline="psalm_baseline.xml"
|
|
findUnusedCode="true"
|
|
findUnusedPsalmSuppress="true"
|
|
sealAllMethods="true"
|
|
ensureArrayStringOffsetsExist="true"
|
|
ensureArrayIntOffsetsExist="true"
|
|
ignoreInternalFunctionNullReturn="false"
|
|
ignoreInternalFunctionFalseReturn="false"
|
|
>
|
|
<projectFiles>
|
|
<directory name="../phpseclib"/>
|
|
<directory name="../tests"/>
|
|
</projectFiles>
|
|
<issueHandlers>
|
|
<Trace>
|
|
<errorLevel type="error">
|
|
<directory name=".."/>
|
|
</errorLevel>
|
|
</Trace>
|
|
</issueHandlers>
|
|
</psalm>
|