Skip to content

Commit

Permalink
Import class names, but not short classes
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed May 7, 2024
1 parent 8dffbad commit fefcc54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
AddVoidReturnTypeWhereNoReturnRector::class,
ConvertImplicitVariablesToExplicitGlobalsRector::class,
])
->withImportNames(true, true, false)
->withConfiguredRule(ExtEmConfRector::class, [
ExtEmConfRector::PHP_VERSION_CONSTRAINT => '7.4.0-8.3.99',
ExtEmConfRector::TYPO3_VERSION_CONSTRAINT => '11.5.4-12.4.99',
Expand Down

0 comments on commit fefcc54

Please sign in to comment.