Skip to content

Commit 7c7f7fd

Browse files
committed
fix
1 parent 328d024 commit 7c7f7fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/set/downgrade-php80.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
use Rector\DowngradePhp80\Rector\FuncCall\DowngradeStrStartsWithRector;
2626
use Rector\DowngradePhp80\Rector\FunctionLike\DowngradeMixedTypeDeclarationRector;
2727
use Rector\DowngradePhp80\Rector\FunctionLike\DowngradeUnionTypeDeclarationRector;
28+
use Rector\DowngradePhp80\Rector\Instanceof_\DowngradeInstanceofStringableRector;
2829
use Rector\DowngradePhp80\Rector\Instanceof_\DowngradePhp80ResourceReturnToObjectRector;
2930
use Rector\DowngradePhp80\Rector\MethodCall\DowngradeNamedArgumentRector;
3031
use Rector\DowngradePhp80\Rector\MethodCall\DowngradeReflectionClassGetConstantsFilterRector;
@@ -89,5 +90,6 @@
8990
DowngradeMixedTypeTypedPropertyRector::class,
9091
RemoveReturnTypeDeclarationFromCloneRector::class,
9192
DowngradeEnumToConstantListClassRector::class,
93+
DowngradeInstanceofStringableRector::class,
9294
]);
9395
};

0 commit comments

Comments
 (0)