This repository was archived by the owner on Jan 21, 2020. It is now read-only.
File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 18
18
<!-- Replaced by WebimpressCodingStandard.WhiteSpace.CommaSpacing -->
19
19
<exclude name =" Squiz.Functions.FunctionDeclarationArgumentSpacing.SpaceBeforeComma" />
20
20
<exclude name =" Squiz.Functions.FunctionDeclarationArgumentSpacing.NoSpaceBeforeArg" />
21
+ <!-- Replaced by WebimpressCodingStandard.WhiteSpace.ScopeIndent -->
22
+ <exclude name =" Generic.WhiteSpace.ScopeIndent" />
23
+ <exclude name =" PSR2.Methods.FunctionCallSignature.Indent" />
24
+ <exclude name =" PSR2.Methods.FunctionCallSignature.OpeningIndent" />
25
+ <exclude name =" Squiz.Functions.MultiLineFunctionDeclaration.Indent" />
26
+ <exclude name =" Squiz.WhiteSpace.ScopeClosingBrace.Indent" />
21
27
</rule >
22
28
23
29
<!-- Force array element indentation with 4 spaces -->
82
88
<!-- Only one blank line allowed -->
83
89
<rule ref =" WebimpressCodingStandard.WhiteSpace.BlankLine" />
84
90
91
+ <!-- Indents formatting -->
85
92
<rule ref =" WebimpressCodingStandard.WhiteSpace.ScopeIndent" >
86
93
<properties >
87
94
<property name =" alignObjectOperators" value =" false" ></property >
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ test/fixable/statement-alignment.php 19 0
33
33
test/fixable/test-case.php 4 0
34
34
test/fixable/traits-uses.php 9 0
35
35
test/fixable/UnusedVariables.php 1 0
36
- test/fixable/useless-semicolon.php 9 0
36
+ test/fixable/useless-semicolon.php 8 0
37
37
test/fixable/variable-names.php 5 2
38
38
test/fixable/visibility-declaration.php 1 0
39
39
----------------------------------------------------------------------
40
- A TOTAL OF 427 ERRORS AND 6 WARNINGS WERE FOUND IN 33 FILES
40
+ A TOTAL OF 426 ERRORS AND 6 WARNINGS WERE FOUND IN 33 FILES
41
41
----------------------------------------------------------------------
42
- PHPCBF CAN FIX 365 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
42
+ PHPCBF CAN FIX 364 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
43
43
----------------------------------------------------------------------
44
44
45
45
You can’t perform that action at this time.
0 commit comments