2018-12-05 13:33:37 +03:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<psalm
|
|
|
|
totallyTyped="true"
|
|
|
|
strictBinaryOperands="true"
|
|
|
|
checkForThrowsDocblock="true"
|
|
|
|
>
|
|
|
|
<projectFiles>
|
|
|
|
<directory name="src" />
|
2019-02-11 01:38:34 +03:00
|
|
|
<directory name="tests" />
|
2018-12-05 13:33:37 +03:00
|
|
|
</projectFiles>
|
2019-01-21 21:21:34 +03:00
|
|
|
|
|
|
|
<issueHandlers>
|
|
|
|
<PossiblyUnusedMethod>
|
|
|
|
<errorLevel type="suppress">
|
2019-02-11 01:38:34 +03:00
|
|
|
<directory name="tests" />
|
2019-01-21 21:21:34 +03:00
|
|
|
</errorLevel>
|
|
|
|
</PossiblyUnusedMethod>
|
2019-02-11 03:10:58 +03:00
|
|
|
<PropertyNotSetInConstructor>
|
|
|
|
<errorLevel type="suppress"><directory name="tests" /></errorLevel>
|
|
|
|
</PropertyNotSetInConstructor>
|
2019-02-11 03:12:19 +03:00
|
|
|
<UnusedClass>
|
|
|
|
<errorLevel type="suppress"><directory name="tests/src" /></errorLevel>
|
|
|
|
</UnusedClass>
|
|
|
|
<UndefinedInterfaceMethod>
|
|
|
|
<errorLevel type="suppress"><directory name="tests/src" /></errorLevel>
|
|
|
|
</UndefinedInterfaceMethod>
|
|
|
|
<PossiblyNullArrayAccess>
|
|
|
|
<errorLevel type="suppress"><directory name="tests/src" /></errorLevel>
|
|
|
|
</PossiblyNullArrayAccess>
|
|
|
|
<PossiblyNullReference>
|
|
|
|
<errorLevel type="suppress"><directory name="tests/src" /></errorLevel>
|
|
|
|
</PossiblyNullReference>
|
2019-01-21 21:21:34 +03:00
|
|
|
</issueHandlers>
|
2018-12-05 13:33:37 +03:00
|
|
|
</psalm>
|