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 167e1ef commit fdc4698Copy full SHA for fdc4698
phpcs.xml.dist
@@ -68,6 +68,13 @@
68
<rule ref="PSR2.Files.EndFileNewline"/>
69
<rule ref="Zend.Files.ClosingTag"/>
70
71
+ <!-- PEAR uses warnings for inline control structures, so switch back to errors -->
72
+ <rule ref="Generic.ControlStructures.InlineControlStructure">
73
+ <properties>
74
+ <property name="error" value="true"/>
75
+ </properties>
76
+ </rule>
77
+
78
<!-- We use custom indent rules for arrays -->
79
<rule ref="Generic.Arrays.ArrayIndent"/>
80
<rule ref="Squiz.Arrays.ArrayDeclaration.KeyNotAligned">
0 commit comments