==================================== Rule ``attribute_empty_parentheses`` ==================================== PHP attributes declared without arguments must (not) be followed by empty parentheses. Configuration ------------- ``use_parentheses`` ~~~~~~~~~~~~~~~~~~~ Whether attributes should be followed by parentheses or not. Allowed types: ``bool`` Default value: ``false`` Examples -------- Example #1 ~~~~~~~~~~ *Default* configuration. .. code-block:: diff --- Original +++ New true]``. .. code-block:: diff --- Original +++ New `_ - Test class: `PhpCsFixer\\Tests\\Fixer\\AttributeNotation\\AttributeEmptyParenthesesFixerTest <./../../../tests/Fixer/AttributeNotation/AttributeEmptyParenthesesFixerTest.php>`_ The test class defines officially supported behaviour. Each test case is a part of our backward compatibility promise.