From bd0dae8d545ebe5d25df6271cb031411b3db788f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 11 Sep 2019 17:35:10 +0200 Subject: [PATCH] Alphabetical import statements --- .styleci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.styleci.yml b/.styleci.yml index 50c26217..258feec5 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,6 +1,8 @@ preset: laravel enabled: - declare_strict_types +- alpha_ordered_imports disabled: - concat_without_spaces - ternary_operator_spaces +- length_ordered_imports