2018-11-14 06:36:33 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<psalm
|
|
|
|
totallyTyped="true"
|
|
|
|
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"
|
|
|
|
>
|
|
|
|
<projectFiles>
|
|
|
|
<directory name="." />
|
|
|
|
<ignoreFiles>
|
|
|
|
<directory name="vendor" />
|
2019-02-09 07:59:23 +01:00
|
|
|
<directory name="stubs" />
|
2019-02-09 08:32:17 +01:00
|
|
|
<directory name="tests/_support" />
|
2018-11-14 06:36:33 +01:00
|
|
|
</ignoreFiles>
|
|
|
|
</projectFiles>
|
|
|
|
|
|
|
|
<issueHandlers>
|
|
|
|
<LessSpecificReturnType errorLevel="info" />
|
|
|
|
</issueHandlers>
|
2019-02-09 07:59:23 +01:00
|
|
|
|
|
|
|
<plugins>
|
|
|
|
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
|
|
|
|
</plugins>
|
2018-11-14 06:36:33 +01:00
|
|
|
</psalm>
|