========================================= Rule ``general_phpdoc_annotation_remove`` ========================================= Configured annotations should be omitted from PHPDoc. Configuration ------------- ``annotations`` ~~~~~~~~~~~~~~~ List of annotations to remove, e.g. ``["author"]``. Allowed types: ``array`` Default value: ``[]`` ``case_sensitive`` ~~~~~~~~~~~~~~~~~~ Should annotations be case sensitive. Allowed types: ``bool`` Default value: ``true`` Examples -------- Example #1 ~~~~~~~~~~ With configuration: ``['annotations' => ['author']]``. .. code-block:: diff --- Original +++ New ['author'], 'case_sensitive' => false]``. .. code-block:: diff --- Original +++ New ['package', 'subpackage']]``. .. code-block:: diff --- Original +++ New