We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65bf7f commit 82c695dCopy full SHA for 82c695d
1 file changed
phpstan.neon.dist
@@ -8,6 +8,8 @@ parameters:
8
- vendor/codeigniter4/framework/system/Test/bootstrap.php
9
excludePaths:
10
ignoreErrors:
11
+ -
12
+ message: '#Call to method PHPUnit\\Framework\\Assert::assertInstanceOf\(\) with.#'
13
-
14
message: '#Call to deprecated function random_string\(\):#'
15
paths:
@@ -33,3 +35,10 @@ parameters:
33
35
- APP_NAMESPACE
34
36
- CI_DEBUG
37
- ENVIRONMENT
38
+ strictRules:
39
+ allRules: false
40
+ disallowedLooseComparison: true
41
+ booleansInConditions: true
42
+ disallowedConstructs: true
43
+ matchingInheritedMethodNames: true
44
+
0 commit comments