@@ -7,11 +7,11 @@ index 5110131..53dada5 100644
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
10- - tests/input/example-class.php 44 0
10+ - tests/input/example-class.php 47 0
1111- tests/input/ExampleBackedEnum.php 3 0
1212- tests/input/Exceptions.php 1 0
1313+ tests/input/EarlyReturn.php 6 0
14- + tests/input/example-class.php 38 0
14+ + tests/input/example-class.php 41 0
1515 tests/input/forbidden-comments.php 14 0
1616 tests/input/forbidden-functions.php 6 0
1717 tests/input/inline_type_hint_assertions.php 7 0
@@ -51,11 +51,11 @@ index 5110131..53dada5 100644
5151- tests/input/UselessConditions.php 21 0
5252+ tests/input/UselessConditions.php 20 0
5353 ----------------------------------------------------------------------
54- - A TOTAL OF 429 ERRORS AND 0 WARNINGS WERE FOUND IN 46 FILES
55- + A TOTAL OF 382 ERRORS AND 0 WARNINGS WERE FOUND IN 42 FILES
54+ - A TOTAL OF 432 ERRORS AND 0 WARNINGS WERE FOUND IN 46 FILES
55+ + A TOTAL OF 385 ERRORS AND 0 WARNINGS WERE FOUND IN 42 FILES
5656 ----------------------------------------------------------------------
57- - PHPCBF CAN FIX 364 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
58- + PHPCBF CAN FIX 317 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
57+ - PHPCBF CAN FIX 365 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
58+ + PHPCBF CAN FIX 318 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
5959 ----------------------------------------------------------------------
6060
6161
@@ -218,7 +218,7 @@ diff --git a/tests/fixed/example-class.php b/tests/fixed/example-class.php
218218index 7d27825..998e51d 100644
219219--- a/tests/fixed/example-class.php
220220+++ b/tests/fixed/example-class.php
221- @@ -25,17 +25,30 @@ class Example implements IteratorAggregate
221+ @@ -29,19 +29,32 @@ class Example extends ParentClass implements IteratorAggregate
222222 {
223223 private const VERSION = PHP_VERSION - (PHP_MINOR_VERSION * 100) - PHP_PATCH_VERSION;
224224
@@ -242,6 +242,8 @@ index 7d27825..998e51d 100644
242242+ $this->bar = $bar;
243243+ $this->baz = $baz;
244244 $this->baxBax = $baxBax;
245+
246+ parent::__construct();
245247 }
246248
247249 /**
0 commit comments