Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 28, 2024
1 parent 74732cc commit 935371f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@

return RectorConfig::configure()
->withPhpSets()
->withPreparedSets(codeQuality: true, codingStyle: true, deadCode: true, naming: true, privatization: true, typeDeclarations: true, strictBooleans: true)
->withPreparedSets(
codeQuality: true,
codingStyle: true,
deadCode: true,
naming: true,
privatization: true,
typeDeclarations: true,
strictBooleans: true
)
->withPaths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/spec', __FILE__])
->withImportNames(removeUnusedImports: true)
->withSkip([
Expand Down

0 comments on commit 935371f

Please sign in to comment.