Ensure arrays use square braces

This commit is contained in:
John Paul E. Balandan, CPA 2021-06-10 01:10:46 +08:00
parent f89da5169f
commit cfa91a6ee8
No known key found for this signature in database
GPG Key ID: FB7B51499BC27610

View File

@ -69,6 +69,7 @@ final class CodeIgniter4 extends AbstractRuleset
'no_alias_functions' => ['sets' => ['@all']],
'no_trailing_comma_in_singleline_array' => true,
'no_whitespace_before_comma_in_array' => ['after_heredoc' => true],
'normalize_index_brace' => true,
'phpdoc_align' => true,
'phpdoc_scalar' => [
'types' => [