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.
This commit is contained in:
Matt Van Horn 2026-07-15 17:31:18 -07:00
parent c5c910a537
commit 1359c30247
No known key found for this signature in database

View file

@ -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