1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 17:52:45 +01:00
psalm/tests/fixtures/DummyProject/psalm.xml

13 lines
362 B
XML
Raw Normal View History

<?xml version="1.0"?>
<psalm
2023-06-13 16:59:25 +02:00
findUnusedCode="false"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
>
<projectFiles>
<file name="Bar.php" />
<file name="Bat.php" />
</projectFiles>
</psalm>