You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue has already been fixed for the PropertyInfo component in #58556 via 520e31b. However, PropertyAccess is still not working correctly, see my reproducer (I've updated it to 7.2.x).
Symfony version(s) affected
7.2.0
Description
In PHP 8.4 we have virtual properties and asymmetric visibility.
PropertyAccess considers the following properties writable, although they are not:
The issue has already been fixed for the PropertyInfo component in #58556 via 520e31b. However, PropertyAccess is still not working correctly, see my reproducer (I've updated it to 7.2.x).
How to reproduce
https://github.com/vudaltsov/symfony-property-access-php84
Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: