We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10dfb3 commit 503427bCopy full SHA for 503427b
2 files changed
composer.json
@@ -10,7 +10,8 @@
10
"require-dev": {
11
"squizlabs/php_codesniffer": "^4.0",
12
"slevomat/coding-standard": "^8.28",
13
- "phpunit/phpunit": "^12.0"
+ "phpunit/phpunit": "^12.0",
14
+ "phpstan/phpstan": "^2.1"
15
},
16
"config": {
17
"allow-plugins": {
phpstan.neon
@@ -0,0 +1,7 @@
1
+includes:
2
+parameters:
3
+ level: 5
4
+ paths:
5
+ - src
6
+ - tests
7
+ reportUnmatchedIgnoredErrors: false
0 commit comments