Skip to content

Commit

Permalink
fix: remove import in rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Apr 2, 2024
1 parent fcc21db commit 823c14b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/sets/codeigniter44.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@
PHPUnitSetList::PHPUNIT_100,
]);

// auto import fully qualified class names
$rectorConfig->importNames();
$rectorConfig->removeUnusedImports();

$rectorConfig->rules([
UnderscoreToCamelCaseVariableNameRector::class,
SimplifyUselessVariableRector::class,
Expand Down

0 comments on commit 823c14b

Please sign in to comment.