Skip to content

Commit 766e9e1

Browse files
committed
fixup! fixup! add MakeUseOfContaintsStmtsRector
1 parent ede3432 commit 766e9e1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rector.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@
3535
__DIR__ . '/config',
3636
__DIR__ . '/build/build-preload.php',
3737
])
38-
->withRules([
39-
\Rector\Utils\Rector\MakeUseOfContaintsStmtsRector::class,
40-
])
38+
->withRules([\Rector\Utils\Rector\MakeUseOfContaintsStmtsRector::class])
4139
->withRootFiles()
4240
->withImportNames(removeUnusedImports: true)
4341
->withSkip([

0 commit comments

Comments
 (0)