diff --git a/ecs.php b/ecs.php index 15662b6..0b932a3 100644 --- a/ecs.php +++ b/ecs.php @@ -33,9 +33,5 @@ ]) ->withSkip([__DIR__ . '/packages/extension-installer/generated']) ->withPreparedSets(psr12: true, common: true, symplify: true, cleanCode: true) - ->withPaths([ - __DIR__ . '/e2e', - __DIR__ . '/src', - __DIR__ . '/packages', - ]) + ->withPaths([__DIR__ . '/e2e', __DIR__ . '/src', __DIR__ . '/packages']) ->withRootFiles();