Reflection icon indicating copy to clipboard operation
Reflection copied to clipboard

Update ConstructorPromotionTest.php

Open Hamad-Rashid opened this issue 1 year ago • 1 comments

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.

Hamad-Rashid avatar Dec 31 '24 14:12 Hamad-Rashid