Skip to content

Commit d0ee451

Browse files
committed
phpcs.xml cleanup
1 parent 567a5df commit d0ee451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<arg value="s"/>
66
<arg value="p"/>
77

8-
<rule ref="SlevomatCodingStandard/ruleset.xml">
8+
<rule ref="SlevomatCodingStandard">
99
<exclude name="SlevomatCodingStandard.Classes.ClassConstantVisibility"/><!-- PHP >= 7.1 only -->
1010
<exclude name="SlevomatCodingStandard.ControlStructures.RequireYodaComparison"/>
1111
<exclude name="SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue"/><!-- PHP >= 7.1 only -->

0 commit comments

Comments
 (0)