Closed
Description
Symfony version(s) affected
6.3 - 7.1
Description
First line of PHPdoc is redundant:
Makes Psalm fail getting the Closure signature, which of course is a Psalm problem. Anyway, first line should be removed.
How to reproduce
—
Possible Solution
Removing the first line :-)
Additional Context
No response