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 955aecd commit 90c898eCopy full SHA for 90c898e
composer.json
@@ -34,7 +34,7 @@
34
"mnapoli/phpunit-easymock": "^1.3",
35
"friendsofphp/proxy-manager-lts": "^1",
36
"friendsofphp/php-cs-fixer": "^3",
37
- "vimeo/psalm": "^4.6"
+ "vimeo/psalm": "^6"
38
},
39
"provide": {
40
"psr/container-implementation": "^1.0"
psalm.xml
@@ -5,6 +5,8 @@
5
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6
xmlns="https://getpsalm.org/schema/config"
7
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
8
+ ensureOverrideAttribute="false"
9
+ findUnusedCode="false"
10
>
11
<projectFiles>
12
<directory name="src"/>
0 commit comments