Skip to content

Commit fcab1fc

Browse files
committed
Ruleset: improve inline documentation
1 parent 994f741 commit fcab1fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

PHPCSDev/ruleset.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@
8888
<!-- Ensure exactly one blank line before each property declaration. -->
8989
<rule ref="Squiz.WhiteSpace.MemberVarSpacing"/>
9090

91-
<!-- Ensure exactly one blank line before each function declaration, two blank lines
92-
before the first function and 0 after the last. -->
91+
<!-- Ensure exactly one blank line before each function declaration and 0 after the last. -->
9392
<rule ref="Squiz.WhiteSpace.FunctionSpacing">
9493
<properties>
9594
<property name="spacing" value="1"/>
@@ -98,6 +97,7 @@
9897
</properties>
9998
</rule>
10099

100+
<!-- No spacing on the inside of arbitrary parentheses. -->
101101
<rule ref="Generic.WhiteSpace.ArbitraryParenthesesSpacing"/>
102102

103103
<!-- Align the equal operator in assignment blocks. -->
@@ -107,6 +107,7 @@
107107
</properties>
108108
</rule>
109109

110+
<!-- Prefer include_once/require_once over include/require. -->
110111
<rule ref="PEAR.Files.IncludingFile"/>
111112
<rule ref="PEAR.Files.IncludingFile.UseInclude">
112113
<severity>0</severity>

0 commit comments

Comments
 (0)