Reflection
Reflection copied to clipboard
Update ConstructorPromotionTest.php
the optional parameter $email is declared before a required parameter $birth_date, which is not allowed in PHP 8. In PHP, optional parameters must always come after the required parameters.