chore: uncomment modules, tests and public paths for rector

This commit is contained in:
Yassine Doghri 2022-03-23 09:10:29 +00:00
parent 9859c7434c
commit 8646b4d88e
1 changed files with 3 additions and 3 deletions

View File

@ -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