File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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" />
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. -->
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 >
You can’t perform that action at this time.
0 commit comments