We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f094a28 commit 92cf3bbCopy full SHA for 92cf3bb
1 file changed
phpstan.neon.dist
@@ -10,6 +10,7 @@ services:
10
11
includes:
12
- phpstan-baseline.php
13
+ - vendor/phpstan/phpstan-strict-rules/rules.neon
14
15
parameters:
16
phpVersion: 80100
@@ -41,3 +42,6 @@ parameters:
41
42
checkGenericClassInNonGenericObjectType: false
43
checkMissingCallableSignature: true
44
treatPhpDocTypesAsCertain: false
45
+ strictRules:
46
+ allRules: false
47
+ disallowedConstructs: true
0 commit comments