Skip to content

Commit 8811346

Browse files
localheinzsebastianbergmann
authored andcommitted
Enhancement: Enable and configure attribute_empty_parentheses fixer
1 parent 99ad16a commit 8811346

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
'array_indentation' => true,
3131
'array_push' => true,
3232
'array_syntax' => ['syntax' => 'short'],
33+
'attribute_empty_parentheses' => [
34+
'use_parentheses' => false,
35+
],
3336
'backtick_to_shell_exec' => true,
3437
'binary_operator_spaces' => [
3538
'operators' => [

0 commit comments

Comments
 (0)