We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567a5df commit d0ee451Copy full SHA for d0ee451
build/phpcs.xml
@@ -5,7 +5,7 @@
5
<arg value="s"/>
6
<arg value="p"/>
7
8
- <rule ref="SlevomatCodingStandard/ruleset.xml">
+ <rule ref="SlevomatCodingStandard">
9
<exclude name="SlevomatCodingStandard.Classes.ClassConstantVisibility"/><!-- PHP >= 7.1 only -->
10
<exclude name="SlevomatCodingStandard.ControlStructures.RequireYodaComparison"/>
11
<exclude name="SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue"/><!-- PHP >= 7.1 only -->
0 commit comments