From 8646b4d88ea5de9c7d13d8b8652ca0795765bb8e Mon Sep 17 00:00:00 2001 From: Yassine Doghri <yassine@doghri.fr> Date: Wed, 23 Mar 2022 09:10:29 +0000 Subject: [PATCH] chore: uncomment modules, tests and public paths for rector --- rector.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rector.php b/rector.php index 8041d3c1cf..6221649fa4 100644 --- a/rector.php +++ b/rector.php @@ -22,9 +22,9 @@ return static function (ContainerConfigurator $containerConfigurator): void { $parameters->set(Option::PATHS, [ __DIR__ . '/app', - // __DIR__ . '/modules', - // __DIR__ . '/tests', - // __DIR__ . '/public', + __DIR__ . '/modules', + __DIR__ . '/tests', + __DIR__ . '/public', ]); // do you need to include constants, class aliases or custom autoloader? files listed will be executed -- GitLab