From 0e1468f2b4f3e2a288e452a1cff45bbab34f580c Mon Sep 17 00:00:00 2001 From: Brandon Ferens Date: Fri, 17 May 2019 12:23:42 -0700 Subject: [PATCH 1/2] StyleCI yml file --- .styleci.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .styleci.yml diff --git a/.styleci.yml b/.styleci.yml new file mode 100644 index 0000000..142fad6 --- /dev/null +++ b/.styleci.yml @@ -0,0 +1,21 @@ +preset: laravel + +enabled: + - array_indentation + - combine_consecutive_unsets + - compact_nullable_typehint + - concat_with_spaces + - explicit_string_variable + - method_chaining_indentation + - no_empty_comment + - ordered_class_elements + - phpdoc_add_missing_param_annotation + - phpdoc_no_empty_return + - phpdoc_order + - phpdoc_separation + - property_separation + - short_list_syntax + - ternary_to_null_coalescing + +disabled: + - concat_without_spaces From b666e06990d5de0f9fcad4e7db66a2b83f1aa1f3 Mon Sep 17 00:00:00 2001 From: Navneet Rai Date: Thu, 30 May 2019 23:05:32 +0530 Subject: [PATCH 2/2] Removed short_list_syntax fixer --- .styleci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.styleci.yml b/.styleci.yml index 142fad6..fef357e 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -14,7 +14,6 @@ enabled: - phpdoc_order - phpdoc_separation - property_separation - - short_list_syntax - ternary_to_null_coalescing disabled: