From 2d1ababb2c62640b0d15f69d19aaf7fa1a097487 Mon Sep 17 00:00:00 2001 From: Andreas Wolf Date: Tue, 3 Sep 2024 14:55:57 +0200 Subject: [PATCH] Fix code style issue in ecs.php --- ecs.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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();