We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7be41d commit b029c1dCopy full SHA for b029c1d
1 file changed
psalm.xml
@@ -4,7 +4,7 @@
4
findUnusedBaselineEntry="true"
5
findUnusedCode="false"
6
resolveFromConfigFile="true"
7
- phpVersion="8.0"
+ phpVersion="8.1"
8
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9
xmlns="https://getpsalm.org/schema/config"
10
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
@@ -18,9 +18,6 @@
18
</projectFiles>
19
<extraFiles>
20
<directory name="vendor" />
21
- <ignoreFiles>
22
- <directory name="vendor/phpunit/php-code-coverage" />
23
- </ignoreFiles>
24
</extraFiles>
25
<issueHandlers>
26
<UndefinedClass>
0 commit comments