1
0
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:
Andreas Möller
2023-08-29 12:21:41 +02:00
committed by GitHub
parent fd62baa267
commit 73a9969168
4 changed files with 7 additions and 6 deletions

View File

@@ -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,