Skip to content

Commit

Permalink
feat(ecs): JIRA-13728 Add phpdoc_trim
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Oct 11, 2024
1 parent 6d6f0e6 commit 1293ff2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/WorksomeEcsConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
use PhpCsFixer\Fixer\Phpdoc\PhpdocAlignFixer;
use PhpCsFixer\Fixer\Phpdoc\PhpdocNoUselessInheritdocFixer;
use PhpCsFixer\Fixer\Phpdoc\PhpdocSeparationFixer;
use PhpCsFixer\Fixer\Phpdoc\PhpdocTrimFixer;
use PhpCsFixer\Fixer\Semicolon\NoEmptyStatementFixer;
use PhpCsFixer\Fixer\StringNotation\SingleQuoteFixer;
use PhpCsFixer\Fixer\Whitespace\BlankLineBeforeStatementFixer;
Expand Down Expand Up @@ -210,6 +211,7 @@ public static function setup(ECSConfig $ecsConfig): void
TrailingCommaInMultilineFixer::class,
ClassAttributesSeparationFixer::class,
PhpdocNoUselessInheritdocFixer::class,
PhpdocTrimFixer::class,
]);
}

Expand Down

0 comments on commit 1293ff2

Please sign in to comment.