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 b447285 commit 100b76aCopy full SHA for 100b76a
2 files changed
composer.json
@@ -22,7 +22,9 @@
22
"require-dev": {
23
"nette/tester": "^2.6",
24
"tracy/tracy": "^2.9",
25
- "phpstan/phpstan": "^2.0@stable"
+ "phpstan/phpstan": "^2.1@stable",
26
+ "phpstan/extension-installer": "^1.4@stable",
27
+ "nette/phpstan-rules": "^1.0"
28
},
29
"autoload": {
30
"classmap": ["src/"],
@@ -39,5 +41,10 @@
39
41
"branch-alias": {
40
42
"dev-master": "4.1-dev"
43
}
44
+ },
45
+ "config": {
46
+ "allow-plugins": {
47
+ "phpstan/extension-installer": true
48
+ }
49
50
phpstan.neon
@@ -4,8 +4,6 @@ parameters:
4
paths:
5
- src
6
7
- checkMissingCallableSignature: true
8
-
9
ignoreErrors:
10
11
message: '#^Method Nette\\Loaders\\RobotLoader\:\:scanPhp\(\) should return list\<class\-string\> but returns list\<non\-falsy\-string\>\.$#'
0 commit comments