Skip to content

Commit 2a8899d

Browse files
committed
set list laravel
1 parent 3f21361 commit 2a8899d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ecs.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@
2222
$config->sets([
2323
SetList::CLEAN_CODE,
2424
SetList::SYMPLIFY,
25+
SetList::ARRAY,
2526
SetList::COMMON,
2627
SetList::PSR_12,
2728
SetList::CONTROL_STRUCTURES,
2829
SetList::NAMESPACES,
2930
SetList::STRICT,
3031
SetList::PHPUNIT,
32+
SetList::LARAVEL,
3133
]);
3234
};

0 commit comments

Comments
 (0)