Skip to content

Commit f10e5e5

Browse files
author
pueppiblue
committed
fix SlevomatCodingStandard.Commenting.UselessFunctionDocComment typo
1 parent a432174 commit f10e5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProjektMOTORCodingStandard/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<exclude name="SlevomatCodingStandard.Classes.TraitUseSpacing.IncorrectLinesCountBeforeFirstUse" />
3030
<exclude name="SlevomatCodingStandard.Commenting.DisallowOneLinePropertyDocComment.OneLinePropertyComment" />
3131
<exclude name="SlevomatCodingStandard.Commenting.DocCommentSpacing.IncorrectLinesCountBetweenDifferentAnnotationsTypes" />
32-
<exclude name="SlevomatCodingStandard.Commenting.UselessFunctionDocCommentSniff" />
32+
<exclude name="SlevomatCodingStandard.Commenting.UselessFunctionDocComment" />
3333
<exclude name="SlevomatCodingStandard.ControlStructures.BlockControlStructureSpacing" />
3434
<exclude name="SlevomatCodingStandard.ControlStructures.DisallowEmpty.DisallowedEmpty" />
3535
<!-- cause they are allowed and wanted in symfony -->

0 commit comments

Comments
 (0)