Skip to content

Commit

Permalink
Postponed a rule
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Dec 23, 2023
1 parent b79ddb4 commit d28ea32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
-->

<!-- Temporarily disabled -->
<exclude name="SlevomatCodingStandard.Commenting.EmptyComment.EmptyComment"/>
<exclude name="SlevomatCodingStandard.Commenting.RequireOneLineDocComment.MultiLineDocComment"/>
<exclude name="SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment.MultiLinePropertyComment"/>
<exclude name="SlevomatCodingStandard.Files.FileLength.FileTooLong"/>
Expand All @@ -92,6 +91,7 @@
<exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint"/>
<exclude name="SlevomatCodingStandard.TypeHints.UselessConstantTypeHint.UselessDocComment"/>
<exclude name="SlevomatCodingStandard.Whitespaces.DuplicateSpaces.DuplicateSpaces"/>
<exclude name="SlevomatCodingStandard.Commenting.EmptyComment.EmptyComment"/>
</rule>

<rule ref="SlevomatCodingStandard.Attributes.AttributesOrder">
Expand Down

0 comments on commit d28ea32

Please sign in to comment.