mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Enhancement: Enable new_with_braces fixer (#697)
This commit is contained in:
@@ -33,6 +33,7 @@ $config
|
||||
],
|
||||
'indentation_type' => true,
|
||||
'line_ending' => true,
|
||||
'new_with_braces' => true,
|
||||
'no_extra_blank_lines' => true,
|
||||
'no_trailing_whitespace' => true,
|
||||
'ordered_class_elements' => true,
|
||||
|
||||
Reference in New Issue
Block a user