@@ -3,18 +3,18 @@ PHP CODE SNIFFER REPORT SUMMARY
3
3
----------------------------------------------------------------------
4
4
FILE ERRORS WARNINGS
5
5
----------------------------------------------------------------------
6
- test/fixable/anonymous-classes.php 9 0
6
+ test/fixable/anonymous-classes.php 11 0
7
7
test/fixable/array-indentation.php 39 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
13
test/fixable/concatenation-spacing.php 17 0
14
- test/fixable/control-structures.php 5 0
14
+ test/fixable/control-structures.php 6 0
15
15
test/fixable/example-class.php 29 0
16
16
test/fixable/extends-and-implements-multiline.php 10 0
17
- test/fixable/extends-and-implements.php 5 0
17
+ test/fixable/extends-and-implements.php 13 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
@@ -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 7 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 400 ERRORS AND 6 WARNINGS WERE FOUND IN 33 FILES
40
+ A TOTAL OF 407 ERRORS AND 6 WARNINGS WERE FOUND IN 33 FILES
41
41
----------------------------------------------------------------------
42
- PHPCBF CAN FIX 338 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
42
+ PHPCBF CAN FIX 345 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
43
43
----------------------------------------------------------------------
44
44
45
45
0 commit comments