diff --git a/tests/integration/data/PHP8/ConstructorPromotion.php b/tests/integration/data/PHP8/ConstructorPromotion.php index cc1883c6..14aba3dd 100644 --- a/tests/integration/data/PHP8/ConstructorPromotion.php +++ b/tests/integration/data/PHP8/ConstructorPromotion.php @@ -22,7 +22,7 @@ public function __construct( * @var string $name property description */ public string $name, - protected string $email = 'test@example.com', private DateTimeImmutable $birth_date, + protected string $email = 'test@example.com', ) {} }