@@ -13,8 +13,8 @@ |
||
13 | 13 | |
14 | 14 | return RectorConfig::configure() |
15 | 15 | ->withPaths([ |
16 | - __DIR__ . '/src', |
|
17 | - __DIR__ . '/tests', |
|
16 | + __DIR__.'/src', |
|
17 | + __DIR__.'/tests', |
|
18 | 18 | ]) |
19 | 19 | // uncomment to reach your current PHP version |
20 | 20 | // ->withPhpSets() |