From 2a8899daf2b7ee89aced99310180d699f4004d8d Mon Sep 17 00:00:00 2001 From: Maxim Babichev Date: Tue, 6 Feb 2024 22:07:07 +0300 Subject: [PATCH] set list laravel --- ecs.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ecs.php b/ecs.php index 406bcf765..fcf4a7dce 100644 --- a/ecs.php +++ b/ecs.php @@ -22,11 +22,13 @@ $config->sets([ SetList::CLEAN_CODE, SetList::SYMPLIFY, + SetList::ARRAY, SetList::COMMON, SetList::PSR_12, SetList::CONTROL_STRUCTURES, SetList::NAMESPACES, SetList::STRICT, SetList::PHPUNIT, + SetList::LARAVEL, ]); };