File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -57,16 +57,16 @@ parameters:
5757 - ' #Doing instanceof PHPStan\\Type\\.+ is error\-prone and deprecated #'
5858
5959 # phpstan instanceof
60- -
61- identifier : phpstanApi.instanceofAssumption
62-
63- -
64- identifier : phpstanApi.varTagAssumption
60+ - identifier : phpstanApi.instanceofAssumption
61+ - identifier : phpstanApi.varTagAssumption
62+ - ' #Asking about instanceof PHPStan\\.* is not covered by backward compatibility promise #'
6563
6664 -
6765 identifier : argument.type
68-
69- - ' #Asking about instanceof PHPStan\\.* is not covered by backward compatibility promise #'
66+ paths :
67+ - rules/DowngradePhp85/Rector/StmtsAwareInterface/DowngradePipeOperatorRector.php
68+ - rules/DowngradePhp85/Rector/Class_/DowngradeFinalPropertyPromotionRector.php
69+ - rules/DowngradePhp80/Rector/New_/DowngradeArbitraryExpressionsSupportRector.php
7070
7171 # false positive intanceof in OR usage
7272 -
You can’t perform that action at this time.
0 commit comments