File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,18 @@ parameters:
1212 count : 1
1313 path : src/Analyser/AnalyserResultFinalizer.php
1414
15+ -
16+ rawMessage : ' Doing instanceof PHPStan\Type\Constant\ConstantBooleanType is error-prone and deprecated. Use Type::isTrue() or Type::isFalse() instead.'
17+ identifier : phpstanApi.instanceofType
18+ count : 2
19+ path : src/Analyser/ExprHandler/BinaryOpHandler.php
20+
21+ -
22+ rawMessage : ' Doing instanceof PHPStan\Type\Constant\ConstantBooleanType is error-prone and deprecated. Use Type::isTrue() or Type::isFalse() instead.'
23+ identifier : phpstanApi.instanceofType
24+ count : 1
25+ path : src/Analyser/ExprHandler/BooleanNotHandler.php
26+
1527 -
1628 rawMessage : Cannot assign offset 'realCount' to array<mixed>|string.
1729 identifier : offsetAssign.dimType
@@ -27,7 +39,7 @@ parameters:
2739 -
2840 rawMessage : ' Doing instanceof PHPStan\Type\Constant\ConstantBooleanType is error-prone and deprecated. Use Type::isTrue() or Type::isFalse() instead.'
2941 identifier : phpstanApi.instanceofType
30- count : 4
42+ count : 1
3143 path : src/Analyser/MutatingScope.php
3244
3345 -
You can’t perform that action at this time.
0 commit comments