2020-03-28 12:23:46 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<psalm
|
|
|
|
totallyTyped="false"
|
2020-03-28 20:27:42 +01:00
|
|
|
errorLevel="4"
|
2020-03-28 12:23:46 +01:00
|
|
|
phpVersion="7.0"
|
|
|
|
resolveFromConfigFile="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="lib"/>
|
|
|
|
<ignoreFiles>
|
|
|
|
<directory name="vendor"/>
|
|
|
|
</ignoreFiles>
|
|
|
|
</projectFiles>
|
|
|
|
|
|
|
|
<issueHandlers>
|
|
|
|
<DuplicateClass>
|
|
|
|
<errorLevel type="suppress">
|
|
|
|
<file name="lib/CallableMaker.php"/>
|
|
|
|
</errorLevel>
|
|
|
|
</DuplicateClass>
|
|
|
|
|
|
|
|
<StringIncrement>
|
|
|
|
<errorLevel type="suppress">
|
|
|
|
<directory name="lib"/>
|
|
|
|
</errorLevel>
|
|
|
|
</StringIncrement>
|
|
|
|
</issueHandlers>
|
|
|
|
|
|
|
|
<stubs>
|
|
|
|
<file name="vendor/jetbrains/phpstorm-stubs/Ev/Ev.php"/>
|
|
|
|
<file name="vendor/jetbrains/phpstorm-stubs/event/event.php"/>
|
|
|
|
<file name="vendor/jetbrains/phpstorm-stubs/uv/UV.php"/>
|
|
|
|
<file name="vendor/jetbrains/phpstorm-stubs/uv/uv_functions.php"/>
|
|
|
|
</stubs>
|
|
|
|
</psalm>
|