From daef95c0482b0f349b63a660bbec0df2d5612511 Mon Sep 17 00:00:00 2001 From: Hans Mackowiak Date: Mon, 21 Oct 2024 17:17:58 +0200 Subject: [PATCH] Update ecs using paths function --- ecs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs.php b/ecs.php index cd1db6b..1006466 100644 --- a/ecs.php +++ b/ecs.php @@ -7,7 +7,7 @@ return static function (ECSConfig $config): void { $config->import('vendor/sylius-labs/coding-standard/ecs.php'); - $config->parameters()->set(Option::PATHS, [ + $config->paths([ 'src', 'tests' ]); };