Skip to content

Commit a58b04a

Browse files
committed
cs fix
1 parent 30c7501 commit a58b04a

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

rules/CodeQuality/Rector/Empty_/SimplifyEmptyCheckOnEmptyArrayRector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
use PHPStan\Type\MixedType;
2222
use PHPStan\Type\Type;
2323
use Rector\NodeAnalyzer\ExprAnalyzer;
24-
2524
use Rector\Php\ReservedKeywordAnalyzer;
2625
use Rector\PhpParser\AstResolver;
2726
use Rector\PHPStan\ScopeFetcher;

rules/DeadCode/Rector/If_/RemoveAlwaysTrueIfConditionRector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
use Rector\DeadCode\NodeAnalyzer\SafeLeftTypeBooleanAndOrAnalyzer;
2424
use Rector\NodeAnalyzer\ExprAnalyzer;
2525
use Rector\NodeTypeResolver\Node\AttributeKey;
26-
2726
use Rector\PhpParser\Node\BetterNodeFinder;
2827
use Rector\PHPStan\ScopeFetcher;
2928
use Rector\Rector\AbstractRector;

rules/DeadCode/Rector/If_/RemoveUnusedNonEmptyArrayBeforeForeachRector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
use Rector\NodeAnalyzer\PropertyFetchAnalyzer;
2020
use Rector\NodeManipulator\IfManipulator;
2121
use Rector\NodeTypeResolver\Node\AttributeKey;
22-
2322
use Rector\Php\ReservedKeywordAnalyzer;
2423
use Rector\PhpParser\Enum\NodeGroup;
2524
use Rector\PHPStan\ScopeFetcher;

rules/DeadCode/UselessIfCondBeforeForeachDetector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use PHPStan\Analyser\Scope;
1616
use Rector\PhpParser\Comparing\NodeComparator;
1717

18-
1918
final readonly class UselessIfCondBeforeForeachDetector
2019
{
2120
public function __construct(

rules/Strict/Rector/Empty_/DisallowedEmptyRuleFixerRector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use PHPStan\Analyser\Scope;
1616
use Rector\Contract\Rector\ConfigurableRectorInterface;
1717
use Rector\NodeAnalyzer\ExprAnalyzer;
18-
1918
use Rector\PHPStan\ScopeFetcher;
2019
use Rector\Strict\NodeAnalyzer\UninitializedPropertyAnalyzer;
2120
use Rector\Strict\NodeFactory\ExactCompareFactory;

0 commit comments

Comments
 (0)