1
1
diff --git a/tests/expected_report.txt b/tests/expected_report.txt
2
- index d1fdd9f..4b5f6e4 100644
2
+ index d1fdd9f..577922e 100644
3
3
--- a/tests/expected_report.txt
4
4
+++ b/tests/expected_report.txt
5
- @@ -5,21 +5,23 @@ FILE ERRORS WARNINGS
5
+ @@ -5,43 +5,47 @@ FILE ERRORS WARNINGS
6
6
----------------------------------------------------------------------
7
7
tests/input/array_indentation.php 10 0
8
8
tests/input/assignment-operators.php 4 0
@@ -29,7 +29,8 @@ index d1fdd9f..4b5f6e4 100644
29
29
tests/input/new_with_parentheses.php 18 0
30
30
tests/input/not_spacing.php 8 0
31
31
tests/input/null_coalesce_operator.php 3 0
32
- @@ -27,21 +29,22 @@ tests/input/optimized-functions.php 1 0
32
+ tests/input/optimized-functions.php 1 0
33
+ + tests/input/PropertyTypeHintSpacing.php 6 0
33
34
tests/input/return_type_on_closures.php 21 0
34
35
tests/input/return_type_on_methods.php 17 0
35
36
tests/input/semicolon_spacing.php 3 0
@@ -48,18 +49,18 @@ index d1fdd9f..4b5f6e4 100644
48
49
tests/input/UselessConditions.php 20 0
49
50
----------------------------------------------------------------------
50
51
- A TOTAL OF 296 ERRORS AND 0 WARNINGS WERE FOUND IN 35 FILES
51
- + A TOTAL OF 349 ERRORS AND 0 WARNINGS WERE FOUND IN 38 FILES
52
+ + A TOTAL OF 355 ERRORS AND 0 WARNINGS WERE FOUND IN 39 FILES
52
53
----------------------------------------------------------------------
53
54
- PHPCBF CAN FIX 235 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
54
- + PHPCBF CAN FIX 284 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
55
+ + PHPCBF CAN FIX 290 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
55
56
----------------------------------------------------------------------
56
57
57
58
58
59
diff --git a/tests/fixed/example-class.php b/tests/fixed/example-class.php
59
- index 59148a3..eb019d5 100644
60
+ index dbec9cb..dca22ed 100644
60
61
--- a/tests/fixed/example-class.php
61
62
+++ b/tests/fixed/example-class.php
62
- @@ -23 ,14 +23 ,12 @@ class Example implements IteratorAggregate
63
+ @@ -25 ,14 +25 ,12 @@ class Example implements IteratorAggregate
63
64
{
64
65
private const VERSION = PHP_VERSION - (PHP_MINOR_VERSION * 100) - PHP_PATCH_VERSION;
65
66
@@ -78,7 +79,7 @@ index 59148a3..eb019d5 100644
78
79
/** @var ControlStructureSniff|int|string|null */
79
80
private $baxBax;
80
81
diff --git a/tests/fixed/type-hints.php b/tests/fixed/type-hints.php
81
- index a1b1827..fb7d406 100644
82
+ index 0e952fc..9824fb0 100644
82
83
--- a/tests/fixed/type-hints.php
83
84
+++ b/tests/fixed/type-hints.php
84
85
@@ -10,7 +10,7 @@ use Traversable;
0 commit comments