1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-25 16:27:33 +02:00
ttrss/vendor/phpunit/php-timer/.psalm/config.xml

17 lines
490 B
XML
Raw Normal View History

<?xml version="1.0"?>
<psalm
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"
resolveFromConfigFile="false"
totallyTyped="true"
errorBaseline=".psalm/baseline.xml"
>
<projectFiles>
<directory name="src" />
<ignoreFiles>
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
</psalm>