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 a6b5819 commit 42c1af9Copy full SHA for 42c1af9
rector.php
@@ -8,7 +8,7 @@
8
->withPaths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/tests'])
9
->withRootFiles()
10
->withPhpSets()
11
- ->withPreparedSets(codeQuality: true, codingStyle: true, naming: true, earlyReturn: true, privatization: true)
+ ->withPreparedSets(codeQuality: true, codingStyle: true, privatization: true, naming: true, earlyReturn: true)
12
->withImportNames()
13
->withSkip([
14
'*/Source/*',
0 commit comments