diff --git a/rector.php b/rector.php index b5d1f26..7b89131 100644 --- a/rector.php +++ b/rector.php @@ -31,6 +31,6 @@ EncapsedStringsToSprintfRector::class, ]) ->withPaths([ - __DIR__.'/src', - __DIR__.'/tests', + __DIR__ . '/src', + __DIR__ . '/tests', ]);