Skip to content

Commit 1dd9feb

Browse files
petrparolekf3l1x
authored andcommitted
upgrade PHPStan
1 parent 29bb035 commit 1dd9feb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"nette/http": "~3.0.1",
2525
"ninjify/nunjuck": "^0.4",
2626
"ninjify/qa": "^0.12",
27-
"phpstan/phpstan": "^0.12",
28-
"phpstan/phpstan-deprecation-rules": "^0.12",
29-
"phpstan/phpstan-nette": "^0.12",
30-
"phpstan/phpstan-strict-rules": "^0.12",
27+
"phpstan/phpstan": "^1.0",
28+
"phpstan/phpstan-deprecation-rules": "^1.0",
29+
"phpstan/phpstan-nette": "^1.0",
30+
"phpstan/phpstan-strict-rules": "^1.0",
3131
"symfony/event-dispatcher": "^4.3.0 || ^5.0.0"
3232
},
3333
"autoload": {

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ includes:
66

77
parameters:
88
ignoreErrors:
9-
- '#^Parameter \#1 \$function of function call_user_func expects callable\(\): mixed, array\(string\|null, .+\) given.$#'
9+
- '#^Parameter \#1 \$function of function call_user_func expects callable\(\): mixed, array\{string\|null, .+\} given\.$#'

0 commit comments

Comments
 (0)