Skip to content

Commit f06a64e

Browse files
committed
refactor: rector remove unused import
1 parent 24ef71c commit f06a64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
77

88
return RectorConfig::configure()
9-
->withImportNames()
9+
->withImportNames(removeUnusedImports:true)
1010
->withPaths([
1111
__DIR__ . '/src',
1212
__DIR__ . '/tests',

0 commit comments

Comments
 (0)