Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f268941

Browse files
committed
Merge branch '2.2'
2 parents 06c14be + 873edf8 commit f268941

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,8 @@ Choose from the list of available rules:
453453

454454
Configuration options:
455455

456-
- ``annotations`` (``array``): list of annotations to remove, e.g.
457-
``["@author"]``; defaults to ``[]``
456+
- ``annotations`` (``array``): list of annotations to remove, e.g. ``["author"]``;
457+
defaults to ``[]``
458458

459459
* **hash_to_slash_comment** [@Symfony]
460460

src/Fixer/Phpdoc/GeneralPhpdocAnnotationRemoveFixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ protected function applyFix(\SplFileInfo $file, Tokens $tokens)
101101
*/
102102
protected function createConfigurationDefinition()
103103
{
104-
$annotations = new FixerOptionBuilder('annotations', 'List of annotations to remove, e.g. `["@author"]`.');
104+
$annotations = new FixerOptionBuilder('annotations', 'List of annotations to remove, e.g. `["author"]`.');
105105
$annotations = $annotations
106106
->setAllowedTypes(['array'])
107107
->setDefault([])

0 commit comments

Comments
 (0)