File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2525use Rector \DowngradePhp80 \Rector \FuncCall \DowngradeStrStartsWithRector ;
2626use Rector \DowngradePhp80 \Rector \FunctionLike \DowngradeMixedTypeDeclarationRector ;
2727use Rector \DowngradePhp80 \Rector \FunctionLike \DowngradeUnionTypeDeclarationRector ;
28+ use Rector \DowngradePhp80 \Rector \Instanceof_ \DowngradeInstanceofStringableRector ;
2829use Rector \DowngradePhp80 \Rector \Instanceof_ \DowngradePhp80ResourceReturnToObjectRector ;
2930use Rector \DowngradePhp80 \Rector \MethodCall \DowngradeNamedArgumentRector ;
3031use Rector \DowngradePhp80 \Rector \MethodCall \DowngradeReflectionClassGetConstantsFilterRector ;
8990 DowngradeMixedTypeTypedPropertyRector::class,
9091 RemoveReturnTypeDeclarationFromCloneRector::class,
9192 DowngradeEnumToConstantListClassRector::class,
93+ DowngradeInstanceofStringableRector::class,
9294 ]);
9395};
You can’t perform that action at this time.
0 commit comments