File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 52
52
"phpstan/extension-installer" : " ^1.1" ,
53
53
"phpstan/phpstan" : " ^1.6" ,
54
54
"phpstan/phpstan-deprecation-rules" : " ^1.0" ,
55
+ "phpstan/phpstan-strict-rules" : " ^1.3" ,
55
56
"phpunit/phpunit" : " ^9.5.5"
56
57
},
57
58
"conflict" : {
Original file line number Diff line number Diff line change @@ -6,18 +6,13 @@ parameters:
6
6
- vendor/
7
7
8
8
# some extra rules
9
- checkAlwaysTrueCheckTypeFunctionCall: true
10
- checkAlwaysTrueInstanceof: true
11
- checkAlwaysTrueStrictComparison: true
12
- checkExplicitMixedMissingReturn: true
13
- checkFunctionNameCase: true
14
9
# TODO checkMissingClosureNativeReturnTypehintRule: true
15
- reportMaybesInMethodSignatures: true
16
- reportStaticMethodSignatures: true
17
10
checkTooWideReturnTypesInProtectedAndPublicMethods: true
18
11
checkMissingIterableValueType: false # TODO
19
12
20
13
ignoreErrors:
14
+ - '~^Only booleans are allowed in (\|\||&&|a negated boolean|an if condition|a ternary operator condition), .+ given( on the (left|right) side)?\.~'
15
+
21
16
-
22
17
message: '~^Call to deprecated method getRawDataByTable\(\) of class Atk4\\Data\\Persistence\\Array_:~'
23
18
path: '*'
You can’t perform that action at this time.
0 commit comments