2016-07-25 18:37:44 -04:00
|
|
|
<?xml version="1.0"?>
|
2016-11-03 20:39:04 -04:00
|
|
|
<psalm
|
2016-07-26 00:58:36 -04:00
|
|
|
name="Psalm for Psalm"
|
2016-10-28 13:24:06 -04:00
|
|
|
stopOnFirstError="false"
|
2016-07-25 18:37:44 -04:00
|
|
|
useDocblockTypes="true"
|
2016-12-18 19:17:39 -05:00
|
|
|
totallyTyped="true"
|
2016-12-24 02:30:32 +00:00
|
|
|
strictBinaryOperands="false"
|
2016-07-25 18:37:44 -04:00
|
|
|
>
|
2016-12-29 08:42:39 -05:00
|
|
|
<projectFiles>
|
2016-07-25 18:37:44 -04:00
|
|
|
<directory name="src" />
|
2016-12-14 12:55:23 -05:00
|
|
|
<directory name="tests" />
|
2017-01-07 19:41:48 -05:00
|
|
|
<ignoreFiles>
|
|
|
|
<file name="src/Psalm/CallMap.php" />
|
|
|
|
</ignoreFiles>
|
2016-12-29 08:42:39 -05:00
|
|
|
</projectFiles>
|
|
|
|
|
2016-12-29 20:07:42 -05:00
|
|
|
<issueHandlers>
|
2017-01-13 13:40:20 -05:00
|
|
|
<MisplacedRequiredParam errorLevel="suppress" />
|
2016-12-29 00:32:12 -05:00
|
|
|
<NullOperand errorLevel="suppress" />
|
|
|
|
|
2016-12-14 12:55:23 -05:00
|
|
|
<MixedArgument>
|
2016-12-29 20:07:42 -05:00
|
|
|
<errorLevel type="suppress">
|
2016-12-14 12:55:23 -05:00
|
|
|
<directory name="tests" />
|
2016-12-29 20:07:42 -05:00
|
|
|
</errorLevel>
|
2016-12-14 12:55:23 -05:00
|
|
|
</MixedArgument>
|
|
|
|
|
2016-12-24 11:03:55 +00:00
|
|
|
<MixedOperand>
|
2016-12-29 20:07:42 -05:00
|
|
|
<errorLevel type="suppress">
|
2016-12-24 11:03:55 +00:00
|
|
|
<directory name="tests" />
|
2016-12-29 20:07:42 -05:00
|
|
|
</errorLevel>
|
2016-12-24 11:03:55 +00:00
|
|
|
</MixedOperand>
|
|
|
|
|
2016-12-14 12:55:23 -05:00
|
|
|
<MixedPropertyFetch>
|
2016-12-29 20:07:42 -05:00
|
|
|
<errorLevel type="suppress">
|
2016-12-14 12:55:23 -05:00
|
|
|
<directory name="tests" />
|
2016-12-29 20:07:42 -05:00
|
|
|
</errorLevel>
|
2016-12-14 12:55:23 -05:00
|
|
|
</MixedPropertyFetch>
|
|
|
|
|
|
|
|
<NoInterfaceProperties>
|
2016-12-29 20:07:42 -05:00
|
|
|
<errorLevel type="suppress">
|
2016-12-14 12:55:23 -05:00
|
|
|
<directory name="tests" />
|
2016-12-29 20:07:42 -05:00
|
|
|
</errorLevel>
|
2016-12-14 12:55:23 -05:00
|
|
|
</NoInterfaceProperties>
|
|
|
|
|
|
|
|
<NullArrayAccess>
|
2016-12-29 20:07:42 -05:00
|
|
|
<errorLevel type="suppress">
|
2016-12-14 12:55:23 -05:00
|
|
|
<directory name="tests" />
|
2016-12-29 20:07:42 -05:00
|
|
|
</errorLevel>
|
2016-12-14 12:55:23 -05:00
|
|
|
</NullArrayAccess>
|
|
|
|
|
|
|
|
<NullPropertyFetch>
|
2016-12-29 20:07:42 -05:00
|
|
|
<errorLevel type="suppress">
|
2016-12-14 12:55:23 -05:00
|
|
|
<directory name="tests" />
|
2016-12-29 20:07:42 -05:00
|
|
|
</errorLevel>
|
2016-12-14 12:55:23 -05:00
|
|
|
</NullPropertyFetch>
|
|
|
|
|
|
|
|
<NullArgument>
|
2016-12-29 20:07:42 -05:00
|
|
|
<errorLevel type="suppress">
|
2016-12-14 12:55:23 -05:00
|
|
|
<directory name="tests" />
|
2016-12-29 20:07:42 -05:00
|
|
|
</errorLevel>
|
2016-12-14 12:55:23 -05:00
|
|
|
</NullArgument>
|
2017-01-02 01:10:48 -05:00
|
|
|
|
|
|
|
<TypeCoercion>
|
|
|
|
<errorLevel type="suppress">
|
|
|
|
<directory name="tests" />
|
|
|
|
</errorLevel>
|
|
|
|
</TypeCoercion>
|
2016-12-29 20:07:42 -05:00
|
|
|
</issueHandlers>
|
2016-11-03 20:39:04 -04:00
|
|
|
</psalm>
|