Skip to content

Commit

Permalink
Remove use Rector\CodingStyle\Rector\ClassMethod\UnSpreadOperatorRector;
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored Sep 9, 2023
1 parent f9fd724 commit d06bce6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* the LICENSE file that was distributed with this source code.
*/

use Rector\CodingStyle\Rector\ClassMethod\UnSpreadOperatorRector;
use Rector\CodingStyle\Rector\Stmt\NewlineAfterStatementRector;
use Rector\Config\RectorConfig;
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
Expand Down Expand Up @@ -37,9 +36,6 @@
StringClassNameToClassConstantRector::class,
// conflict with cs fix
NewlineAfterStatementRector::class,
// make invalid args usage in tests
UnSpreadOperatorRector::class,

FinalizeClassesWithoutChildrenRector::class => [
__DIR__ . '/src/Domain/Exception/DuplicatedRecordException.php',
],
Expand Down

0 comments on commit d06bce6

Please sign in to comment.