Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information