Skip to content

Commit 90659c8

Browse files
authored
Merge pull request #8891 from paulbalandan/phpstan-1-11
chore: Bump to phpstan v1.11
2 parents 901342f + b632fd2 commit 90659c8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"nexusphp/cs-config": "^3.6",
2828
"nexusphp/tachycardia": "^2.0",
2929
"phpstan/extension-installer": "^1.3",
30-
"phpstan/phpstan": "^1.10.2",
31-
"phpstan/phpstan-strict-rules": "^1.5",
30+
"phpstan/phpstan": "^1.11",
31+
"phpstan/phpstan-strict-rules": "^1.6",
3232
"phpunit/phpcov": "^9.0.2",
3333
"phpunit/phpunit": "^10.5.16",
3434
"predis/predis": "^1.1 || ^2.0",

phpstan.neon.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ parameters:
3131
- tests/system/View/Views/*
3232
scanDirectories:
3333
- system/Helpers
34-
checkGenericClassInNonGenericObjectType: false
34+
ignoreErrors:
35+
-
36+
identifier: missingType.generics
3537
checkMissingCallableSignature: true
3638
treatPhpDocTypesAsCertain: false
3739
strictRules:

0 commit comments

Comments
 (0)