Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update ConstructorPromotion.php #644

Open
wants to merge 1 commit into
base: 6.x
Choose a base branch
from

Conversation

Hamad-Rashid
Copy link

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.

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
Copy link
Author

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.

@jaapio jaapio enabled auto-merge January 2, 2025 18:24
@jaapio
Copy link
Member

jaapio commented Jan 2, 2025

Thanks for your help

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants