Skip to content

Commit 5e1bf7b

Browse files
committed
PHP-Code-sniffer upgraded
1 parent 93c2473 commit 5e1bf7b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

phpcs.xml.dist

-10
Original file line numberDiff line numberDiff line change
@@ -228,16 +228,6 @@
228228
<severity>0</severity>
229229
</rule>
230230

231-
<!--
232-
Classes must have their opening brace on a new line and
233-
must indeted by $indent spaces.
234-
-->
235-
<rule ref="PEAR.Classes.ClassDeclaration">
236-
<properties>
237-
<property name="indent" value="4"/>
238-
</properties>
239-
</rule>
240-
241231
<!--
242232
Ensure that parameters defined for a function that have a default value
243233
come at the end of the function signature.

0 commit comments

Comments
 (0)