mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
14 lines
392 B
XML
14 lines
392 B
XML
<?xml version="1.0"?>
|
|
<psalm
|
|
totallyTyped="true"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="https://getpsalm.org/schema/config"
|
|
xsi:schemaLocation="vendor/vimeo/psalm/config.xsd"
|
|
errorBaseline="tests/psalm-baseline.xml"
|
|
>
|
|
<projectFiles>
|
|
<directory name="src" />
|
|
<directory name="tests/static-analysis" />
|
|
</projectFiles>
|
|
</psalm>
|