mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
18 lines
557 B
XML
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>
|