@@ -6,11 +6,12 @@ FILE ERRORS WARNINGS
6
6
tests/input/array_indentation.php 10 0
7
7
tests/input/arrow-functions-format.php 10 0
8
8
tests/input/assignment-operators.php 4 0
9
- tests/input/class-references.php 10 0
9
+ tests/input/class-references.php 11 0
10
10
tests/input/concatenation_spacing.php 24 0
11
11
tests/input/constants-no-lsb.php 2 0
12
12
tests/input/constants-var.php 6 0
13
13
tests/input/ControlStructures.php 18 0
14
+ tests/input/disallow-multiple-obj-structure.php 1 0
14
15
tests/input/doc-comment-spacing.php 10 0
15
16
tests/input/duplicate-assignment-variable.php 1 0
16
17
tests/input/EarlyReturn.php 6 0
@@ -31,17 +32,17 @@ tests/input/return_type_on_methods.php 17 0
31
32
tests/input/semicolon_spacing.php 3 0
32
33
tests/input/spread-operator.php 6 0
33
34
tests/input/static-closures.php 1 0
34
- tests/input/superfluous-naming.php 11 0
35
+ tests/input/superfluous-naming.php 14 0
35
36
tests/input/test-case.php 8 0
36
37
tests/input/trailing_comma_on_array.php 1 0
37
- tests/input/traits-uses.php 11 0
38
+ tests/input/traits-uses.php 12 0
38
39
tests/input/type-hints.php 4 0
39
40
tests/input/UnusedVariables.php 1 0
40
41
tests/input/use-ordering.php 1 0
41
42
tests/input/useless-semicolon.php 2 0
42
43
tests/input/UselessConditions.php 20 0
43
44
----------------------------------------------------------------------
44
- A TOTAL OF 310 ERRORS AND 0 WARNINGS WERE FOUND IN 37 FILES
45
+ A TOTAL OF 389 ERRORS AND 0 WARNINGS WERE FOUND IN 42 FIL
45
46
----------------------------------------------------------------------
46
47
PHPCBF CAN FIX 249 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
47
48
----------------------------------------------------------------------
0 commit comments