2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-06 03:47:17 +08:00
Files
panel/vendor/phpunit/php-timer/.psalm/config.xml
2022-11-17 00:18:56 +08:00

17 lines
490 B
XML

<?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>