We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed50c88 commit e8bc43aCopy full SHA for e8bc43a
1 file changed
ecs.php
@@ -17,6 +17,7 @@
17
*/
18
19
use PhpCsFixer\Fixer\Import\GlobalNamespaceImportFixer;
20
+use PhpCsFixer\Fixer\Phpdoc\GeneralPhpdocAnnotationRemoveFixer;
21
use PhpCsFixer\Fixer\Phpdoc\PhpdocAlignFixer;
22
use PhpCsFixer\Fixer\Phpdoc\NoEmptyPhpdocFixer;
23
use PhpCsFixer\Fixer\Phpdoc\NoSuperfluousPhpdocTagsFixer;
@@ -39,6 +40,7 @@
39
40
NoEmptyPhpdocFixer::class,
41
PhpdocNoEmptyReturnFixer::class,
42
GlobalNamespaceImportFixer::class,
43
+ GeneralPhpdocAnnotationRemoveFixer::class,
44
])
45
->withRootFiles()
46
->withPhpCsFixerSets(symfony: true, symfonyRisky: true, auto: true, autoRisky: true)
0 commit comments