2021-11-15 13:21:18 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<psalm
|
2022-04-07 13:41:52 +00:00
|
|
|
errorLevel="1"
|
2021-11-15 13:21:18 +00:00
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns="https://getpsalm.org/schema/config"
|
|
|
|
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
|
|
|
|
errorBaseline="psalm-baseline.xml"
|
|
|
|
>
|
|
|
|
<projectFiles>
|
|
|
|
<directory name="src"/>
|
|
|
|
<directory name="test"/>
|
|
|
|
<ignoreFiles>
|
|
|
|
<directory name="vendor"/>
|
|
|
|
</ignoreFiles>
|
|
|
|
</projectFiles>
|
|
|
|
|
|
|
|
<issueHandlers>
|
|
|
|
<InternalMethod>
|
|
|
|
<errorLevel type="suppress">
|
|
|
|
<referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::method"/>
|
|
|
|
<referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::willReturn"/>
|
|
|
|
<referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::with"/>
|
|
|
|
</errorLevel>
|
|
|
|
</InternalMethod>
|
2022-04-07 13:41:52 +00:00
|
|
|
|
|
|
|
<UndefinedClass>
|
|
|
|
<errorLevel type="suppress">
|
|
|
|
<referencedClass name="GdImage" />
|
|
|
|
</errorLevel>
|
|
|
|
</UndefinedClass>
|
2021-11-15 13:21:18 +00:00
|
|
|
</issueHandlers>
|
|
|
|
<plugins>
|
|
|
|
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
|
|
|
|
</plugins>
|
|
|
|
</psalm>
|