Skip to content

Commit

Permalink
add consistentimploderector rule to php80 rules (#5139)
Browse files Browse the repository at this point in the history
Co-authored-by: Just Only Big <justonlybig@gmail.com>
  • Loading branch information
giacomomasseron and Just Only Big committed Oct 7, 2023
1 parent d320ac7 commit c47b778
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/set/php80.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Rector\Arguments\ValueObject\ArgumentAdder;
use Rector\Arguments\ValueObject\ReplaceFuncCallArgumentDefaultValue;
use Rector\CodeQuality\Rector\ClassMethod\OptionalParametersAfterRequiredRector;
use Rector\CodingStyle\Rector\FuncCall\ConsistentImplodeRector;
use Rector\Config\RectorConfig;
use Rector\DeadCode\Rector\StaticCall\RemoveParentCallWithoutParentRector;
use Rector\Php80\Rector\Catch_\RemoveUnusedVariableInCatchRector;
Expand Down Expand Up @@ -44,6 +45,7 @@
AddParamBasedOnParentClassMethodRector::class,
MixedTypeRector::class,
ClassOnThisVariableObjectRector::class,
ConsistentImplodeRector::class
]);

$rectorConfig
Expand Down

0 comments on commit c47b778

Please sign in to comment.