======================== Rule ``new_with_braces`` ======================== All instances created with ``new`` keyword must (not) be followed by braces. Configuration ------------- ``named_class`` ~~~~~~~~~~~~~~~ Whether named classes should be followed by parentheses. Allowed types: ``bool`` Default value: ``true`` ``anonymous_class`` ~~~~~~~~~~~~~~~~~~~ Whether anonymous classes should be followed by parentheses. Allowed types: ``bool`` Default value: ``true`` Examples -------- Example #1 ~~~~~~~~~~ *Default* configuration. .. code-block:: diff --- Original +++ New false]``. .. code-block:: diff --- Original +++ New false]``. .. code-block:: diff --- Original +++ New `_ rule set will enable the ``new_with_braces`` rule with the default config. @PhpCsFixer Using the `@PhpCsFixer <./../../ruleSets/PhpCsFixer.rst>`_ rule set will enable the ``new_with_braces`` rule with the default config. @Symfony Using the `@Symfony <./../../ruleSets/Symfony.rst>`_ rule set will enable the ``new_with_braces`` rule with the default config.