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
[similar but with some indication of what properties have hooks]
In #17827 I added an indication for abstract and final properties, and was told that the missing indication was a bug, which is why I've also filed this as a bug.
PHP Version
8.4+
Operating System
No response
The text was updated successfully, but these errors were encountered:
Would be ok for me. I'm unsure whether this should also indicate "virtual", because otherwise public $prop { get; } becomes ambiguous. Is this a backed property and set is a valid, implicit operation, or is set forbidden? public virtual $prop { get; } would disambiguate.
Description
The following code (https://3v4l.org/1fUfI)
Resulted in this output:
But I expected this output instead:
In #17827 I added an indication for abstract and final properties, and was told that the missing indication was a bug, which is why I've also filed this as a bug.
PHP Version
8.4+
Operating System
No response
The text was updated successfully, but these errors were encountered: