mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
22 lines
661 B
XML
22 lines
661 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"
|
|
errorLevel="1"
|
|
cacheDirectory="./build/cache/psalm"
|
|
errorBaseline="psalm-baseline.xml">
|
|
|
|
<projectFiles>
|
|
<directory name="./src" />
|
|
<directory name="./tests/static-analysis"/>
|
|
<ignoreFiles>
|
|
<file name="./tests/static-analysis/stubs.php"/>
|
|
</ignoreFiles>
|
|
</projectFiles>
|
|
|
|
<stubs>
|
|
<file name="./tests/static-analysis/stubs.php"/>
|
|
</stubs>
|
|
|
|
</psalm>
|