Skip to content

Commit

Permalink
[Utils] Cleap up MissingInSetCommand skipped rules constant (#5242)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Nov 11, 2023
1 parent 7e7304b commit 4ed71bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions utils/Command/MissingInSetCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use Rector\CodingStyle\Rector\Switch_\BinarySwitchToIfElseRector;
use Rector\Core\Contract\Rector\ConfigurableRectorInterface;
use Rector\Php71\Rector\FuncCall\CountOnNullRector;
use Rector\PHPUnit\CodeQuality\Rector\MethodCall\RemoveSetMethodsMethodCallRector;
use Rector\Privatization\Rector\Class_\FinalizeClassesWithoutChildrenCollectorRector;
use Rector\TypeDeclaration\Rector\BooleanAnd\BinaryOpNullableToInstanceofRector;
use Rector\TypeDeclaration\Rector\Property\TypedPropertyFromStrictConstructorReadonlyClassRector;
Expand Down Expand Up @@ -39,9 +38,6 @@ final class MissingInSetCommand extends Command
TypedPropertyFromStrictConstructorReadonlyClassRector::class,
BinarySwitchToIfElseRector::class,
CountOnNullRector::class,

// namespace to be moved from CodeQuality to PHPUnit100
RemoveSetMethodsMethodCallRector::class,
];

public function __construct(
Expand Down

0 comments on commit 4ed71bc

Please sign in to comment.