Files
php-uuid/psalm.xml
T
2021-08-06 14:05:57 -05:00

19 lines
559 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="./psalm-baseline.xml">
<projectFiles>
<directory name="./src" />
<directory name="./tests/static-analysis" />
</projectFiles>
<stubs>
<file name="./tests/phpstan-bootstrap.php"/>
</stubs>
</psalm>