From 0a1a000bf5dd9cce048bb8508cddb40e9b57e156 Mon Sep 17 00:00:00 2001 From: Travis Elkins Date: Thu, 19 Dec 2019 10:53:25 +0100 Subject: [PATCH] Trying to change styleci to enforce length-ordered-imports. --- .styleci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.styleci.yml b/.styleci.yml index 3f78bdd..ce956a4 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -3,3 +3,5 @@ preset: laravel disabled: - single_class_element_per_statement - self_accessor + +length_ordered_imports: true