mirror of
https://github.com/php/php-src.git
synced 2026-04-27 01:48:26 +02:00
11ae6ad0be
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.