Skip to content

Commit 0d3419b

Browse files
author
pueppiblue
committed
allow Post-/Pre-In-/Decrement operators
1 parent 4e61d03 commit 0d3419b

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
@@ -48,7 +48,7 @@
4848
<exclude name="SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly.ReferenceViaFullyQualifiedName"/>
4949
<exclude name="SlevomatCodingStandard.Namespaces.UseOnlyWhitelistedNamespaces"/>
5050
<!-- $count++ is not allowed wtf -->
51-
<exclude name="SlevomatCodingStandard.Operators.DisallowIncrementAndDecrementOperators.DisallowedPostIncrementOperator"/>
51+
<exclude name="SlevomatCodingStandard.Operators.DisallowIncrementAndDecrementOperators"/>
5252
<exclude name="SlevomatCodingStandard.TypeHints.DisallowArrayTypeHintSyntax.DisallowedArrayTypeHintSyntax"/>
5353
<exclude name="SlevomatCodingStandard.TypeHints.DisallowMixedTypeHint.DisallowedMixedTypeHint" />
5454
<exclude name="SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingTraversableParameterTypeHintSpecification"/>

0 commit comments

Comments
 (0)