-
Notifications
You must be signed in to change notification settings - Fork 58
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
PHP>=8.2 Creation of dynamic property is deprecated #164
Comments
This should be fixed with the latest release v4.7.0 🎉 |
@damienalexandre with just reading through the code, i fail to see how that update could have fixed it: JoliCode\Slack\Api\Endpoint\ChatPostMessage::formParameters still reference |
It can be seen here:
|
somehow missed it, thanks! |
as of PHP8.2
a quickfix would be to add
to
generated/Runtime/Client/EndpointTrait.php
, but how to make the GENERATOR add that, i have no idea.PR #161 tried to fix it (but did not address the generator issue)
The text was updated successfully, but these errors were encountered: