Skip to content

Commit 326ec88

Browse files
Enhancement: Enable new_with_braces fixer
Co-authored-by: Andreas Möller <[email protected]> Co-authored-by: Mathias Reker <[email protected]>
1 parent a0352f2 commit 326ec88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
'constant_case' => true,
3030
'indentation_type' => true,
3131
'line_ending' => true,
32+
'new_with_braces' => true,
3233
'no_extra_blank_lines' => true,
3334
'no_trailing_whitespace' => true,
3435
'ordered_class_elements' => true,

0 commit comments

Comments
 (0)