phptools /** * some sense */ #[\Attribute] class Url extends BaseUrl { // } #[Url(as: 'activity')] // hovering over `Url` does not show "some sense" public ?int $activityId = 0; Is this possible?
JakubMisek phptools it seems it works for me: Do you have a more specific case were it's not working?