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.
2 parents 25b9098 + 357af29 commit dde2496Copy full SHA for dde2496
ruleset.xml renamed to CodeatCodingStandard/ruleset.xml
@@ -1,5 +1,5 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<ruleset name="Codeat">
+<?xml version="1.0"?>
+<ruleset name="Codeat Coding Standard">
3
<description>Codeat coding standard.</description>
4
<!-- Only check PHP files. -->
5
<arg name="extensions" value="php" />
@@ -184,8 +184,8 @@
184
</rule>
185
<!-- Require php 7.1 as minimum for object that is not support on php 7.1 below -->
186
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint">
187
- <properties>
+ <properties>
188
<property name="enableObjectTypeHint" value="false" />
189
- </properties>
+ </properties>
190
191
</ruleset>
0 commit comments