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