Просмотр исходного кода

style: enforce short array syntax via StyleCI

Removes long_array_syntax from the disabled rules so StyleCI enforces
the short syntax this PR converts the codebase to.
Matt Van Horn 2 недель назад
Родитель
Сommit
1359c30247
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      .styleci.yml

+ 0 - 1
.styleci.yml

@@ -17,7 +17,6 @@ disabled:
   - concat_without_spaces
   - concat_without_spaces
   - declare_equal_normalize
   - declare_equal_normalize
   - heredoc_to_nowdoc
   - heredoc_to_nowdoc
-  - long_array_syntax
   - method_argument_space_strict
   - method_argument_space_strict
   - new_with_braces
   - new_with_braces
   - no_alternative_syntax
   - no_alternative_syntax