File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6262 <rule ref =" Generic.PHP.DisallowShortOpenTag" />
6363 <!-- Forbid `php_sapi_name()` function -->
6464 <rule ref =" Generic.PHP.SAPIUsage" />
65+ <!-- Require space after language constructs -->
66+ <rule ref =" Generic.WhiteSpace.LanguageConstructSpacing" />
6567
6668 <!-- Forbid comments starting with # -->
6769 <rule ref =" PEAR.Commenting.InlineComment" />
154156 <rule ref =" Squiz.WhiteSpace.CastSpacing" />
155157 <!-- Forbid blank line after function opening brace -->
156158 <rule ref =" Squiz.WhiteSpace.FunctionOpeningBraceSpace" />
157- <!-- Require space after language constructs -->
158- <rule ref =" Squiz.WhiteSpace.LanguageConstructSpacing" />
159159 <!-- Require space around logical operators -->
160160 <rule ref =" Squiz.WhiteSpace.LogicalOperatorSpacing" />
161161 <!-- Forbid spaces around `->` operator -->
You can’t perform that action at this time.
0 commit comments