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 ede3432 commit 766e9e1Copy full SHA for 766e9e1
rector.php
@@ -35,9 +35,7 @@
35
__DIR__ . '/config',
36
__DIR__ . '/build/build-preload.php',
37
])
38
- ->withRules([
39
- \Rector\Utils\Rector\MakeUseOfContaintsStmtsRector::class,
40
- ])
+ ->withRules([\Rector\Utils\Rector\MakeUseOfContaintsStmtsRector::class])
41
->withRootFiles()
42
->withImportNames(removeUnusedImports: true)
43
->withSkip([
0 commit comments