Skip to content

Commit 3e33dfc

Browse files
WIP
1 parent 00e2d11 commit 3e33dfc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rector.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
return RectorConfig::configure()
2222
->withParallel()
2323
->withPaths([
24-
__DIR__.'/src',
25-
__DIR__.'/tests',
24+
__DIR__ . '/src',
25+
__DIR__ . '/tests',
2626
])
2727
->withImportNames(
2828
importDocBlockNames: false,
@@ -41,7 +41,6 @@
4141
PHPUnitSetList::PHPUNIT_80,
4242
PHPUnitSetList::PHPUNIT_90,
4343
PHPUnitSetList::PHPUNIT_100,
44-
// PHPUnitSetList::PHPUNIT_110,
4544
])
4645
->withRules([
4746
BoolvalToTypeCastRector::class,

0 commit comments

Comments
 (0)