Skip to content

Commit 0c0ab2b

Browse files
committed
Update phpstan and psalm config/version
1 parent beee1f3 commit 0c0ab2b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.phive/phars.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="phpstan" version="1.12.4" installed="1.12.4" location="./tools/phpstan" copy="false"/>
3+
<phar name="phpstan" version="2.1.19" installed="2.1.19" location="./tools/phpstan" copy="false"/>
44
<phar name="psalm" version="5.26.1" installed="5.26.1" location="./tools/psalm" copy="false"/>
55
</phive>

psalm.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@
1616
<directory name="vendor" />
1717
</ignoreFiles>
1818
</projectFiles>
19+
20+
<issueHandlers>
21+
<MissingOverrideAttribute errorLevel="info" />
22+
</issueHandlers>
1923
</psalm>

0 commit comments

Comments
 (0)