mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Ensure arrays use square braces
This commit is contained in:
parent
f89da5169f
commit
cfa91a6ee8
@ -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' => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user