-
Notifications
You must be signed in to change notification settings - Fork 51
Optional param before required #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I made the 3th param optional, this shouldn't break anything, since that param is not used within the closure. I also added the question mark after the Please let me know if there is anything that i'm missing! |
|
Is someone able to pickup this small update? |
Optional param
Use the accept language param
WoutervanderLoopNL
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great 👍
|
Weird that our code does not complain about this, because we use PHP 8.3 for a while. But thanks for fixing. |
Optional param before required
|
Made a new release with this fix: https://github.com/picqer/bol-retailer-php-client/releases/tag/v10.2.1 |
An optional parameter must be defined after the required parameters. This has been required since php 8.1.
Due to this issue we encountered a PHP error.
See:
https://arc.net/l/quote/xqkamcmp