Skip to content

Commit

Permalink
remove array spread from coding style, as often part of personal pref…
Browse files Browse the repository at this point in the history
…erence
  • Loading branch information
TomasVotruba committed Jan 4, 2024
1 parent b007a8b commit a326b85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/set/coding-style.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use Rector\CodingStyle\Rector\Closure\StaticClosureRector;
use Rector\CodingStyle\Rector\Encapsed\EncapsedStringsToSprintfRector;
use Rector\CodingStyle\Rector\Encapsed\WrapEncapsedVariableInCurlyBracesRector;
use Rector\CodingStyle\Rector\FuncCall\ArraySpreadInsteadOfArrayMergeRector;
use Rector\CodingStyle\Rector\FuncCall\CallUserFuncArrayToVariadicRector;
use Rector\CodingStyle\Rector\FuncCall\CallUserFuncToMethodCallRector;
use Rector\CodingStyle\Rector\FuncCall\ConsistentImplodeRector;
Expand Down Expand Up @@ -71,7 +70,6 @@
SplitGroupedPropertiesRector::class,
SplitGroupedClassConstantsRector::class,
ExplicitPublicClassMethodRector::class,
ArraySpreadInsteadOfArrayMergeRector::class,
RemoveUselessAliasInUseStatementRector::class,
]);
};

0 comments on commit a326b85

Please sign in to comment.