mirror of
https://github.com/danog/dns.git
synced 2024-11-27 04:24:48 +01:00
44 lines
1.3 KiB
XML
44 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<psalm
|
|
phpVersion="8.1"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="https://getpsalm.org/schema/config"
|
|
xsi:schemaLocation="https://getpsalm.org/schema/config https://getpsalm.org/schema/config"
|
|
>
|
|
<projectFiles>
|
|
<directory name="src" />
|
|
</projectFiles>
|
|
|
|
<issueHandlers>
|
|
<StringIncrement>
|
|
<errorLevel type="suppress">
|
|
<directory name="src" />
|
|
</errorLevel>
|
|
</StringIncrement>
|
|
|
|
<RedundantConditionGivenDocblockType>
|
|
<errorLevel type="suppress">
|
|
<directory name="src" />
|
|
</errorLevel>
|
|
</RedundantConditionGivenDocblockType>
|
|
|
|
<DocblockTypeContradiction>
|
|
<errorLevel type="suppress">
|
|
<directory name="src" />
|
|
</errorLevel>
|
|
</DocblockTypeContradiction>
|
|
|
|
<MissingClosureParamType>
|
|
<errorLevel type="suppress">
|
|
<directory name="src" />
|
|
</errorLevel>
|
|
</MissingClosureParamType>
|
|
|
|
<MissingClosureReturnType>
|
|
<errorLevel type="suppress">
|
|
<directory name="src" />
|
|
</errorLevel>
|
|
</MissingClosureReturnType>
|
|
</issueHandlers>
|
|
</psalm>
|