CS: Standardize new with braces

This commit is contained in:
Dylan K. Taylor
2022-08-15 17:16:04 +01:00
parent 8fa81242d6
commit dce8bd6d21
11 changed files with 18 additions and 14 deletions

View File

@ -70,6 +70,10 @@ BODY,
'scope' => 'namespaced',
'include' => ['@all'],
],
'new_with_braces' => [
'named_class' => true,
'anonymous_class' => false,
],
'no_closing_tag' => true,
'no_empty_phpdoc' => true,
'no_extra_blank_lines' => true,