Explorar el Código

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 hace 2 semanas
padre
commit
1359c30247
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      .styleci.yml

+ 0 - 1
.styleci.yml

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