@@ -4,17 +4,17 @@ PHP CODE SNIFFER REPORT SUMMARY
4
4
FILE ERRORS WARNINGS
5
5
----------------------------------------------------------------------
6
6
test/fixable/anonymous-classes.php 11 0
7
- test/fixable/array-indentation.php 39 1
7
+ test/fixable/array-indentation.php 47 1
8
8
test/fixable/class-name-resolution.php 15 0
9
9
test/fixable/class-properties.php 6 0
10
10
test/fixable/classes-traits-interfaces.php 16 1
11
11
test/fixable/closures.php 19 0
12
12
test/fixable/commenting.php 26 0
13
- test/fixable/concatenation-spacing.php 17 0
13
+ test/fixable/concatenation-spacing.php 21 0
14
14
test/fixable/control-structures.php 6 0
15
15
test/fixable/example-class.php 29 0
16
- test/fixable/extends-and-implements-multiline.php 10 0
17
- test/fixable/extends-and-implements.php 13 0
16
+ test/fixable/extends-and-implements-multiline.php 13 0
17
+ test/fixable/extends-and-implements.php 5 0
18
18
test/fixable/forbidden-comments.php 6 0
19
19
test/fixable/forbidden-functions.php 6 0
20
20
test/fixable/heredoc-nowdoc.php 6 0
@@ -25,21 +25,21 @@ test/fixable/namespaces-spacing.php 7 0
25
25
test/fixable/naming.php 11 0
26
26
test/fixable/new-with-parentheses.php 19 0
27
27
test/fixable/not-spacing.php 20 1
28
- test/fixable/operators.php 12 0
28
+ test/fixable/operators.php 17 0
29
29
test/fixable/return-type-on-methods.php 17 0
30
- test/fixable/semicolon-spacing.php 3 0
30
+ test/fixable/semicolon-spacing.php 5 0
31
31
test/fixable/spacing.php 18 1
32
32
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 8 0
36
+ test/fixable/useless-semicolon.php 9 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 407 ERRORS AND 6 WARNINGS WERE FOUND IN 33 FILES
40
+ A TOTAL OF 427 ERRORS AND 6 WARNINGS WERE FOUND IN 33 FILES
41
41
----------------------------------------------------------------------
42
- PHPCBF CAN FIX 345 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
42
+ PHPCBF CAN FIX 365 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
43
43
----------------------------------------------------------------------
44
44
45
45
0 commit comments