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 05f5cdb commit 5a35e87Copy full SHA for 5a35e87
composer.json
@@ -17,7 +17,8 @@
17
"psr/cache": "^3",
18
"squizlabs/php_codesniffer": "3.7.2",
19
"slevomat/coding-standard": "^8.14",
20
- "phpunit/phpunit": "^10.4"
+ "phpunit/phpunit": "^10.4",
21
+ "phpstan/phpstan": "^1.10"
22
},
23
"config": {
24
"optimize-autoloader": true,
phpstan.neon
@@ -0,0 +1,13 @@
1
+parameters:
2
+ level: 8
3
+ checkGenericClassInNonGenericObjectType: false
4
+ paths:
5
+ - src
6
+ - tests
7
+ fileExtensions:
8
+ - php
9
+# ignoreErrors:
10
+# -
11
+# message: '#^Method.+::[^\(]+\(\) has no return type#'
12
+# paths:
13
+# - src/Interfaces/*
0 commit comments