We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
attribute_empty_parentheses
1 parent f9cce8e commit bd6ccacCopy full SHA for bd6ccac
src/CodeIgniter4.php
@@ -33,7 +33,7 @@ public function __construct()
33
'array_syntax' => ['syntax' => 'short'],
34
'assign_null_coalescing_to_coalesce_equal' => true,
35
'attribute_block_no_spaces' => true,
36
- 'attribute_empty_parentheses' => false,
+ 'attribute_empty_parentheses' => ['use_parentheses' => false],
37
'backtick_to_shell_exec' => true,
38
'binary_operator_spaces' => [
39
'default' => 'single_space',
0 commit comments