File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 33
44 <!-- copy of https://github.com/consistence/coding-standard/blob/master/Consistence/ruleset.xml for local checking usage -->
55
6- <rule ref =" Generic.Arrays.ArrayIndent" >
7- <exclude name =" Generic.Arrays.ArrayIndent.CloseBraceNotNewLine" /><!-- multiline items causes evaluation as multiline array https://github.com/squizlabs/PHP_CodeSniffer/issues/1791 -->
8- </rule >
6+ <!-- < rule ref="Generic.Arrays.ArrayIndent"> -- >
7+ <!-- < exclude name="Generic.Arrays.ArrayIndent.CloseBraceNotNewLine"/><!– multiline items causes evaluation as multiline array https://github.com/squizlabs/PHP_CodeSniffer/issues/1791 –> -->
8+ <!-- < /rule> -- >
99 <rule ref =" Generic.Arrays.DisallowLongArraySyntax" />
1010 <rule ref =" Generic.Classes.DuplicateClassName" />
1111 <rule ref =" Generic.CodeAnalysis.EmptyStatement" >
Original file line number Diff line number Diff line change 1111 <exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalFunctions" />
1212 </rule >
1313 <rule ref =" ./phpcs-consistence.xml" >
14- <exclude name =" Generic.Arrays.ArrayIndent" /><!-- Buggy -->
1514 <exclude name =" Generic.CodeAnalysis.EmptyStatement.DetectedIF" /><!-- Allow empty if statements - usually with a comment -->
1615 <exclude name =" Generic.CodeAnalysis.EmptyStatement.DetectedELSEIF" /><!-- Allow empty elseif statements - usually with a comment -->
1716 <exclude name =" Squiz.Commenting.FunctionComment.IncorrectParamVarName" /><!-- Throws error with short type hint for integer and boolean -->
You can’t perform that action at this time.
0 commit comments