Skip to content

Commit bd6ccac

Browse files
committed
Enable attribute_empty_parentheses fixer
1 parent f9cce8e commit bd6ccac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeIgniter4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __construct()
3333
'array_syntax' => ['syntax' => 'short'],
3434
'assign_null_coalescing_to_coalesce_equal' => true,
3535
'attribute_block_no_spaces' => true,
36-
'attribute_empty_parentheses' => false,
36+
'attribute_empty_parentheses' => ['use_parentheses' => false],
3737
'backtick_to_shell_exec' => true,
3838
'binary_operator_spaces' => [
3939
'default' => 'single_space',

0 commit comments

Comments
 (0)