From 2f4c19cdf7efe3270d4c3654e21533118cf4703a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SIGUI=20Kess=C3=A9=20Emmanuel?= Date: Sat, 7 Oct 2023 15:35:49 +0100 Subject: [PATCH] :bug: Fix Rector config paths --- rector.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rector.php b/rector.php index c229393..091c0bf 100644 --- a/rector.php +++ b/rector.php @@ -8,8 +8,8 @@ return static function (RectorConfig $rectorConfig): void { $rectorConfig->paths([ - __DIR__.'/app/src', - __DIR__.'/tests/backend', + __DIR__.'/src', + __DIR__.'/tests', ]); // register a single rule