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 305b074 commit a8dcfa8Copy full SHA for a8dcfa8
composer.json
@@ -26,7 +26,7 @@
26
},
27
"require-dev": {
28
"nexusphp/tachycardia": "^2.3",
29
- "phpstan/phpstan": "^1.11",
+ "phpstan/phpstan": "^2.0",
30
"phpunit/phpunit": "^10.5 || ^11.2"
31
32
"minimum-stability": "dev",
phpstan.neon.dist
@@ -3,17 +3,14 @@ includes:
3
4
parameters:
5
tmpDir: build/phpstan
6
- level: 9
+ level: 10
7
paths:
8
- src
9
- tests
10
bootstrapFiles:
11
- vendor/autoload.php
12
polluteScopeWithLoopInitialAssignments: false
13
polluteScopeWithAlwaysIterableForeach: false
14
- checkAlwaysTrueCheckTypeFunctionCall: true
15
- checkAlwaysTrueInstanceof: true
16
- checkAlwaysTrueStrictComparison: true
17
checkExplicitMixedMissingReturn: true
18
checkFunctionNameCase: true
19
checkInternalClassCaseSensitivity: true
0 commit comments