mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Attributes may themselves contain elements which can have a doc comment on their own (namely Closures). A doc comment before the attribute list is generally understood as belonging to the symbol having the attributes. Fixes php/php-src#20895.