-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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.3: Deprecation Warning for Dynamic Property Creation in Class #6298
Comments
This PR is linked with the issue #6299 |
@Richin Just letting you know that this is also addressed in #6173. I quite like this PR because it explicitly marks CI properties, but unless I'm missing something, by not using |
@pocketarc However, you make an important point about deprecation warnings for custom models with dynamic properties. You are correct that without using #[\AllowDynamicProperties], we may still encounter issues when loading custom models that use dynamic properties. Do you have any suggestions for balancing explicit property marking with support for custom dynamic models? I am interested in discussing solutions that could work for core CI properties and user-defined custom models. |
I encountered a deprecation warning in my PHP application. The warning message is as follows:
The text was updated successfully, but these errors were encountered: