We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25319f commit 9f7b723Copy full SHA for 9f7b723
rector.php
@@ -28,7 +28,7 @@
28
use Rector\CodingStyle\Rector\ClassMethod\MakeInheritedMethodVisibilitySameAsParentRector;
29
use Rector\CodingStyle\Rector\FuncCall\CountArrayToEmptyArrayComparisonRector;
30
use Rector\Config\RectorConfig;
31
-use Rector\Core\ValueObject\PhpVersion;
+use Rector\ValueObject\PhpVersion;
32
use Rector\DeadCode\Rector\Cast\RecastingRemovalRector;
33
use Rector\DeadCode\Rector\ClassMethod\RemoveUnusedPromotedPropertyRector;
34
use Rector\DeadCode\Rector\If_\UnwrapFutureCompatibleIfPhpVersionRector;
0 commit comments