-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
Symfony version(s) affected: 4.4.2
Description
lint:container handles callable arguments incorrectly
In CheckTypeDeclarationsPass.php line 185:
Invalid definition for service ".3_HandlerStack~SOtgqKJ": argument 1 of "GuzzleHttp\HandlerStack::push" accepts "callable", "Closure" passed.
Callable should allow closure as passed argument.