Skip to content

Commit

Permalink
Bump to phpstan v1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed May 13, 2024
1 parent 901342f commit b632fd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"nexusphp/cs-config": "^3.6",
"nexusphp/tachycardia": "^2.0",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10.2",
"phpstan/phpstan-strict-rules": "^1.5",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-strict-rules": "^1.6",
"phpunit/phpcov": "^9.0.2",
"phpunit/phpunit": "^10.5.16",
"predis/predis": "^1.1 || ^2.0",
Expand Down
4 changes: 3 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ parameters:
- tests/system/View/Views/*
scanDirectories:
- system/Helpers
checkGenericClassInNonGenericObjectType: false
ignoreErrors:
-
identifier: missingType.generics
checkMissingCallableSignature: true
treatPhpDocTypesAsCertain: false
strictRules:
Expand Down

0 comments on commit b632fd2

Please sign in to comment.