Skip to content

Commit 90c898e

Browse files
committed
Upgrade Psalm
1 parent 955aecd commit 90c898e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"mnapoli/phpunit-easymock": "^1.3",
3535
"friendsofphp/proxy-manager-lts": "^1",
3636
"friendsofphp/php-cs-fixer": "^3",
37-
"vimeo/psalm": "^4.6"
37+
"vimeo/psalm": "^6"
3838
},
3939
"provide": {
4040
"psr/container-implementation": "^1.0"

psalm.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
66
xmlns="https://getpsalm.org/schema/config"
77
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
8+
ensureOverrideAttribute="false"
9+
findUnusedCode="false"
810
>
911
<projectFiles>
1012
<directory name="src"/>

0 commit comments

Comments
 (0)