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 beee1f3 commit 0c0ab2bCopy full SHA for 0c0ab2b
2 files changed
.phive/phars.xml
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phive xmlns="https://phar.io/phive">
3
- <phar name="phpstan" version="1.12.4" installed="1.12.4" location="./tools/phpstan" copy="false"/>
+ <phar name="phpstan" version="2.1.19" installed="2.1.19" location="./tools/phpstan" copy="false"/>
4
<phar name="psalm" version="5.26.1" installed="5.26.1" location="./tools/psalm" copy="false"/>
5
</phive>
psalm.xml
@@ -16,4 +16,8 @@
16
<directory name="vendor" />
17
</ignoreFiles>
18
</projectFiles>
19
+
20
+ <issueHandlers>
21
+ <MissingOverrideAttribute errorLevel="info" />
22
+ </issueHandlers>
23
</psalm>
0 commit comments