1
1
diff --git a/tests/expected_report.txt b/tests/expected_report.txt
2
- index 1e809f9..490fcbd 100644
2
+ index fd5432c..233e24d 100644
3
3
--- a/tests/expected_report.txt
4
4
+++ b/tests/expected_report.txt
5
- @@ -5,44 +5,48 @@ FILE ERRORS WARNINGS
6
- ----------------------------------------------------------------------
7
- tests/input/array_indentation.php 10 0
8
- tests/input/arrow-functions-format.php 10 0
9
- tests/input/assignment-operators.php 4 0
10
- + tests/input/binary_operators.php 9 0
11
- tests/input/class-references.php 10 0
12
- - tests/input/concatenation_spacing.php 24 0
13
- + tests/input/concatenation_spacing.php 49 0
14
- tests/input/constants-no-lsb.php 2 0
15
- tests/input/constants-var.php 6 0
16
- - tests/input/ControlStructures.php 18 0
17
- + tests/input/ControlStructures.php 28 0
5
+ @@ -15,7 +15,7 @@ tests/input/ControlStructures.php 28 0
18
6
tests/input/doc-comment-spacing.php 10 0
19
7
tests/input/duplicate-assignment-variable.php 1 0
20
8
tests/input/EarlyReturn.php 6 0
21
- - tests/input/example-class.php 34 0
22
- - tests/input/forbidden-comments.php 8 0
9
+ - tests/input/example-class.php 36 0
23
10
+ tests/input/example-class.php 39 0
24
- + tests/input/forbidden-comments.php 14 0
11
+ tests/input/forbidden-comments.php 14 0
25
12
tests/input/forbidden-functions.php 6 0
26
13
tests/input/inline_type_hint_assertions.php 7 0
27
- tests/input/LowCaseTypes.php 2 0
14
+ @@ -23,9 +23,9 @@ tests/input/LowCaseTypes.php 2 0
28
15
tests/input/namespaces-spacing.php 7 0
29
16
tests/input/NamingCamelCase.php 7 0
17
+ tests/input/negation-operator.php 2 0
30
18
- tests/input/new_with_parentheses.php 18 0
31
- + tests/input/negation-operator.php 2 0
32
19
+ tests/input/new_with_parentheses.php 19 0
33
20
tests/input/not_spacing.php 8 0
34
21
- tests/input/null_coalesce_equal_operator.php 1 0
35
22
+ tests/input/null_coalesce_equal_operator.php 5 0
36
23
tests/input/null_coalesce_operator.php 3 0
37
24
tests/input/optimized-functions.php 1 0
38
- + tests/input/PropertyTypeHintSpacing.php 6 0
39
- tests/input/return_type_on_closures.php 21 0
40
- tests/input/return_type_on_methods.php 17 0
41
- tests/input/semicolon_spacing.php 3 0
42
- + tests/input/single-line-array-spacing.php 5 0
43
- tests/input/spread-operator.php 6 0
44
- tests/input/static-closures.php 1 0
45
- tests/input/superfluous-naming.php 11 0
25
+ tests/input/PropertyTypeHintSpacing.php 6 0
26
+ @@ -39,15 +39,15 @@ tests/input/superfluous-naming.php 11 0
46
27
tests/input/test-case.php 8 0
47
28
tests/input/trailing_comma_on_array.php 1 0
48
29
tests/input/traits-uses.php 11 0
@@ -53,10 +34,10 @@ index 1e809f9..490fcbd 100644
53
34
tests/input/useless-semicolon.php 2 0
54
35
tests/input/UselessConditions.php 20 0
55
36
----------------------------------------------------------------------
56
- - A TOTAL OF 310 ERRORS AND 0 WARNINGS WERE FOUND IN 37 FILES
37
+ - A TOTAL OF 375 ERRORS AND 0 WARNINGS WERE FOUND IN 41 FILES
57
38
+ A TOTAL OF 384 ERRORS AND 0 WARNINGS WERE FOUND IN 41 FILES
58
39
----------------------------------------------------------------------
59
- - PHPCBF CAN FIX 249 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
40
+ - PHPCBF CAN FIX 310 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
60
41
+ PHPCBF CAN FIX 319 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
61
42
----------------------------------------------------------------------
62
43
0 commit comments