Files
php-uuid/tests/psalm.xml
T
2020-02-08 13:13:47 -06:00

18 lines
557 B
XML

<?xml version="1.0"?>
<psalm xmlns="https://getpsalm.org/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://getpsalm.org/schema/config ../vendor/vimeo/psalm/config.xsd"
totallyTyped="true"
cacheDirectory="build/cache/psalm"
errorBaseline="tests/psalm-baseline.xml">
<projectFiles>
<directory name="src" />
<directory name="tests/static-analysis" />
</projectFiles>
<stubs>
<file name="tests/phpstan-bootstrap.php"/>
</stubs>
</psalm>