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 653cabe commit ac03801Copy full SHA for ac03801
src/Template/rector.php
@@ -21,7 +21,7 @@
21
use Rector\CodingStyle\Rector\ClassMethod\MakeInheritedMethodVisibilitySameAsParentRector;
22
use Rector\CodingStyle\Rector\FuncCall\CountArrayToEmptyArrayComparisonRector;
23
use Rector\Config\RectorConfig;
24
-use Rector\Core\ValueObject\PhpVersion;
+use Rector\ValueObject\PhpVersion;
25
use Rector\DeadCode\Rector\ClassMethod\RemoveUnusedPromotedPropertyRector;
26
use Rector\EarlyReturn\Rector\Foreach_\ChangeNestedForeachIfsToEarlyContinueRector;
27
use Rector\EarlyReturn\Rector\If_\ChangeIfElseValueAssignToEarlyReturnRector;
0 commit comments