================================= Rule ``general_attribute_remove`` ================================= Removes configured attributes by their respective FQN. Configuration ------------- ``attributes`` ~~~~~~~~~~~~~~ List of FQNs of attributes for removal. Allowed types: ``list`` Default value: ``[]`` Examples -------- Example #1 ~~~~~~~~~~ With configuration: ``['attributes' => ['\\A\\B\\Foo']]``. .. code-block:: diff --- Original +++ New ['\\A\\B\\Foo', 'A\\B\\Bar']]``. .. code-block:: diff --- Original +++ New `_ - Test class: `PhpCsFixer\\Tests\\Fixer\\AttributeNotation\\GeneralAttributeRemoveFixerTest <./../../../tests/Fixer/AttributeNotation/GeneralAttributeRemoveFixerTest.php>`_ The test class defines officially supported behaviour. Each test case is a part of our backward compatibility promise.