Skip to content

Commit

Permalink
Merge pull request #68 from worksome/JIRA-13728_phpdoc-trim
Browse files Browse the repository at this point in the history
feat(ecs): JIRA-13728 Add `phpdoc_trim`
  • Loading branch information
owenvoke authored Oct 11, 2024
2 parents 6d6f0e6 + 1293ff2 commit 203b9af
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 203b9af

Please sign in to comment.