Skip to content

Commit 18c1e1d

Browse files
committed
final touch: fix cs
1 parent adf5be5 commit 18c1e1d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

rector.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,4 @@
1919
)
2020
->withPaths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/tests'])
2121
->withImportNames(removeUnusedImports: true)
22-
->withSkip([
23-
'*/Source/*',
24-
'*/Fixture/*',
25-
StringClassNameToClassConstantRector::class,
26-
]);
22+
->withSkip(['*/Source/*', '*/Fixture/*', StringClassNameToClassConstantRector::class]);

0 commit comments

Comments
 (0)