-
Notifications
You must be signed in to change notification settings - Fork 60
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
Creation of dynamic property warnings #118
Comments
I'm seeing these errors in PHP 8.2, as well. The error is on every resource type.
|
Would be awesome to see this fixed to get PHP 8.2 compatibility. |
Unfortunately there are also some warnings triggered by a dependency within this package ( |
This is a dead library, just change it to another one |
Still hoping for the merge but switching to fork if taking too long. |
It's to the point where I'm concerned about using this PHP SDK at all now and considering just custom implementing the endpoints that I use in my projects. Did Asana drop support for this package? |
The package has lots of dynamic property warnings f.e.
Adding
#[\AllowDynamicProperties]
on these classes could solve this.The text was updated successfully, but these errors were encountered: