Skip to content

Commit e8bc43a

Browse files
committed
Adds GeneralPhpdocAnnotationRemoveFixer to the ECS configuration.
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent ed50c88 commit e8bc43a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ecs.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
*/
1818

1919
use PhpCsFixer\Fixer\Import\GlobalNamespaceImportFixer;
20+
use PhpCsFixer\Fixer\Phpdoc\GeneralPhpdocAnnotationRemoveFixer;
2021
use PhpCsFixer\Fixer\Phpdoc\PhpdocAlignFixer;
2122
use PhpCsFixer\Fixer\Phpdoc\NoEmptyPhpdocFixer;
2223
use PhpCsFixer\Fixer\Phpdoc\NoSuperfluousPhpdocTagsFixer;
@@ -39,6 +40,7 @@
3940
NoEmptyPhpdocFixer::class,
4041
PhpdocNoEmptyReturnFixer::class,
4142
GlobalNamespaceImportFixer::class,
43+
GeneralPhpdocAnnotationRemoveFixer::class,
4244
])
4345
->withRootFiles()
4446
->withPhpCsFixerSets(symfony: true, symfonyRisky: true, auto: true, autoRisky: true)

0 commit comments

Comments
 (0)