This commit is contained in:
Sebastian Bergmann 2024-06-22 10:43:21 +02:00
parent 96657d90d0
commit 059e9b3a03
No known key found for this signature in database
GPG Key ID: 4AA394086372C20A
3 changed files with 2 additions and 22 deletions

4
.gitattributes vendored
View File

@ -3,10 +3,10 @@
/.github export-ignore
/.phive export-ignore
/.php-cs-fixer.dist.php export-ignore
/.psalm export-ignore
/build export-ignore
/build.xml export-ignore
infection.json5.dist export-ignore
/infection.json5.dist export-ignore
/phpstan.neon export-ignore
/phpunit.xml export-ignore
/tests export-ignore
/tools export-ignore

View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.23.1@8471a896ccea3526b26d082f4461eeea467f10a4"/>

View File

@ -1,18 +0,0 @@
<?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"
cacheDirectory=".psalm/cache"
errorBaseline=".psalm/baseline.xml"
findUnusedBaselineEntry="true"
findUnusedCode="false"
>
<projectFiles>
<directory name="src" />
<ignoreFiles>
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
</psalm>