
new_with_braces
¶All instances created with new keyword must be followed by braces.
The rule is part of the following rule sets:
Using the @PSR12 rule set will enable the new_with_braces
rule.
Using the @PhpCsFixer rule set will enable the new_with_braces
rule.
Using the @Symfony rule set will enable the new_with_braces
rule.