-
Notifications
You must be signed in to change notification settings - Fork 644
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
apply codes to php8.4(PHP8.4にコードを対応させる) #625
Comments
Hi, thank you for using line-bot-sdk-php, @77web ! Here is my question: Ultimately, I understand the situation, so we would like to consider a solution. The method is almost singular: to modify the comments generated by the openapi generator based on whether they are nullable. If the openapi generator has not yet addressed this issue and you are interested, you can tackle this problem. |
I've sent a PullRequest to openapi-generator. |
My PullRequest to openapi-generator was successfully merged! Maybe you can apply to php8.4 in upcoming openapi-generator v7.11.0 😄 |
Thank you, @77web !!!! That is great contribution for all users openapi-generator! We'll update the library for line-bot-sdk-php after openapi-generator v7.11.0 is released. Let us release new version for line-bot-sdk-php and close this after updating version! Thanks! |
Do this before creating an issue
When creating an issue
We want to update our product to php8.4. In php8.4 environment almost every model object has this problem:
In php8.4, the nullable value should be marked as nullable explicitly.
refs. https://www.php.net/manual/ja/migration84.deprecated.php
The text was updated successfully, but these errors were encountered: