Skip to content

Commit 42c1af9

Browse files
committed
Rector
1 parent a6b5819 commit 42c1af9

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
@@ -8,7 +8,7 @@
88
->withPaths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/tests'])
99
->withRootFiles()
1010
->withPhpSets()
11-
->withPreparedSets(codeQuality: true, codingStyle: true, naming: true, earlyReturn: true, privatization: true)
11+
->withPreparedSets(codeQuality: true, codingStyle: true, privatization: true, naming: true, earlyReturn: true)
1212
->withImportNames()
1313
->withSkip([
1414
'*/Source/*',

0 commit comments

Comments
 (0)