mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
13 lines
362 B
XML
13 lines
362 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="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
|
|
>
|
|
<projectFiles>
|
|
<file name="Bar.php" />
|
|
<file name="Bat.php" />
|
|
</projectFiles>
|
|
</psalm>
|