Skip to content

Commit 6d4ad24

Browse files
committed
Format paths in rector.php for consistency
1 parent 585980a commit 6d4ad24

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

rector.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
return RectorConfig::configure()
88
->withPaths([
9-
__DIR__ . '/config',
10-
__DIR__ . '/field-generator',
11-
__DIR__ . '/resources',
12-
__DIR__ . '/src',
13-
__DIR__ . '/tests',
9+
__DIR__.'/config',
10+
__DIR__.'/field-generator',
11+
__DIR__.'/resources',
12+
__DIR__.'/src',
13+
__DIR__.'/tests',
1414
])
1515
// uncomment to reach your current PHP version
1616
// ->withPhpSets()

0 commit comments

Comments
 (0)