11diff --git a/tests/expected_report.txt b/tests/expected_report.txt
2- index d1e1fad..ea3b611 100644
2+ index 087995d..84c9474 100644
33--- a/tests/expected_report.txt
44+++ b/tests/expected_report.txt
5- @@ -17,26 +17,23 @@
5+ @@ -17,26 +17,23 @@ tests/input/constants-var.php 6 0
66 tests/input/ControlStructures.php 28 0
77 tests/input/doc-comment-spacing.php 11 0
88 tests/input/duplicate-assignment-variable.php 1 0
99- tests/input/EarlyReturn.php 7 0
1010- tests/input/example-class.php 47 0
11- - tests/input/ExampleBackedEnum.php 3 0
11+ - tests/input/ExampleBackedEnum.php 5 0
1212- tests/input/Exceptions.php 1 0
1313+ tests/input/EarlyReturn.php 6 0
1414+ tests/input/example-class.php 41 0
@@ -37,7 +37,7 @@ index d1e1fad..ea3b611 100644
3737 tests/input/semicolon_spacing.php 3 0
3838 tests/input/single-line-array-spacing.php 5 0
3939 tests/input/spread-operator.php 6 0
40- @@ -46,17 +43,16 @@
40+ @@ -46,17 +43,16 @@ tests/input/strings.php 3 0
4141 tests/input/superfluous-naming.php 11 0
4242 tests/input/test-case.php 8 0
4343 tests/input/trailing_comma_on_array.php 1 0
@@ -51,10 +51,10 @@ index d1e1fad..ea3b611 100644
5151- tests/input/UselessConditions.php 21 0
5252+ tests/input/UselessConditions.php 20 0
5353 ----------------------------------------------------------------------
54- - A TOTAL OF 462 ERRORS AND 2 WARNINGS WERE FOUND IN 50 FILES
54+ - A TOTAL OF 464 ERRORS AND 2 WARNINGS WERE FOUND IN 50 FILES
5555+ A TOTAL OF 415 ERRORS AND 2 WARNINGS WERE FOUND IN 46 FILES
5656 ----------------------------------------------------------------------
57- - PHPCBF CAN FIX 378 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
57+ - PHPCBF CAN FIX 380 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
5858+ PHPCBF CAN FIX 331 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
5959 ----------------------------------------------------------------------
6060
@@ -86,16 +86,23 @@ index fc734db..caf1dbb 100644
8686 foreach ($items as $item) {
8787 if (! $item->isItem()) {
8888diff --git a/tests/fixed/ExampleBackedEnum.php b/tests/fixed/ExampleBackedEnum.php
89- index cc38c54 ..fe54eb9 100644
89+ index fd701eb ..fe54eb9 100644
9090--- a/tests/fixed/ExampleBackedEnum.php
9191+++ b/tests/fixed/ExampleBackedEnum.php
92- @@ -3,7 +3,3 @@
92+ @@ -3,14 +3,3 @@
9393 declare(strict_types=1);
9494
9595 namespace ExampleBackedEnum;
9696-
9797- enum ExampleBackedEnum: int
9898- {
99+ - case FOO = 0;
100+ - case BAR = 1;
101+ -
102+ - case BAZ = 2;
103+ -
104+ - /** Brevis, primus coordinataes foris promissio de varius, barbatus heuretes. */
105+ - case BAM = 1234;
99106- }
100107diff --git a/tests/fixed/Exceptions.php b/tests/fixed/Exceptions.php
101108index db7408b..9b146c6 100644
@@ -453,16 +460,25 @@ index 73944e3..a0e0b2e 100644
453460 echo 5;
454461 }
455462diff --git a/tests/input/ExampleBackedEnum.php b/tests/input/ExampleBackedEnum.php
456- index 0c47286 ..fe54eb9 100644
463+ index 3b09f47 ..fe54eb9 100644
457464--- a/tests/input/ExampleBackedEnum.php
458465+++ b/tests/input/ExampleBackedEnum.php
459- @@ -3,7 +3,3 @@
466+ @@ -3,16 +3,3 @@
460467 declare(strict_types=1);
461468
462469 namespace ExampleBackedEnum;
463470-
464471- enum ExampleBackedEnum : int
465472- {
473+ - case FOO = 0;
474+ - case BAR = 1;
475+ -
476+ -
477+ - case BAZ = 2;
478+ -
479+ -
480+ - /** Brevis, primus coordinataes foris promissio de varius, barbatus heuretes. */
481+ - case BAM = 1234;
466482- }
467483diff --git a/tests/input/Exceptions.php b/tests/input/Exceptions.php
468484index 3aaa30f..9b146c6 100644
0 commit comments