Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit 9cdd869

Browse files
Merge branch 'release/0.4.1'
2 parents 88acaf6 + 6d4ced0 commit 9cdd869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
<rule ref="SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration"/>
109109
<rule ref="SlevomatCodingStandard.Commenting.UselessInheritDocComment"/>
110110
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowEmpty"/>
111-
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowEqualOperators"/>
112111
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowYodaComparison"/>
113112
<rule ref="SlevomatCodingStandard.ControlStructures.NewWithoutParentheses"/>
114113
<rule ref="SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator"/>
@@ -123,6 +122,7 @@
123122
<rule ref="SlevomatCodingStandard.Namespaces.UseDoesNotStartWithBackslash"/>
124123
<rule ref="SlevomatCodingStandard.Namespaces.UseFromSameNamespace"/>
125124
<rule ref="SlevomatCodingStandard.Namespaces.UselessAlias"/>
125+
<rule ref="SlevomatCodingStandard.Operators.DisallowEqualOperators"/>
126126
<rule ref="SlevomatCodingStandard.PHP.ShortList"/>
127127
<rule ref="SlevomatCodingStandard.PHP.TypeCast"/>
128128
<rule ref="SlevomatCodingStandard.PHP.UselessParentheses"/>

0 commit comments

Comments
 (0)