We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ef71c commit f06a64eCopy full SHA for f06a64e
rector.php
@@ -6,7 +6,7 @@
6
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
7
8
return RectorConfig::configure()
9
- ->withImportNames()
+ ->withImportNames(removeUnusedImports:true)
10
->withPaths([
11
__DIR__ . '/src',
12
__DIR__ . '/tests',
0 commit comments