2022-01-28 19:14:38 +00:00
|
|
|
<?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"
|
2022-01-28 19:14:38 +00:00
|
|
|
findUnusedPsalmSuppress="true"
|
|
|
|
sealAllMethods="true"
|
2022-06-04 15:31:21 +00:00
|
|
|
ensureArrayStringOffsetsExist="true"
|
|
|
|
ensureArrayIntOffsetsExist="true"
|
|
|
|
ignoreInternalFunctionNullReturn="false"
|
|
|
|
ignoreInternalFunctionFalseReturn="false"
|
2022-01-28 19:14:38 +00:00
|
|
|
>
|
|
|
|
<projectFiles>
|
2022-02-21 13:43:51 +00:00
|
|
|
<directory name="../phpseclib"/>
|
2022-06-04 15:31:21 +00:00
|
|
|
<directory name="../tests"/>
|
2022-01-28 19:14:38 +00:00
|
|
|
</projectFiles>
|
|
|
|
<issueHandlers>
|
|
|
|
<Trace>
|
|
|
|
<errorLevel type="error">
|
2022-01-30 17:20:45 +00:00
|
|
|
<directory name=".."/>
|
2022-01-28 19:14:38 +00:00
|
|
|
</errorLevel>
|
|
|
|
</Trace>
|
|
|
|
</issueHandlers>
|
2022-06-04 15:31:21 +00:00
|
|
|
</psalm>
|