Closed
Description
This call is throwing a deprecation warning on php 7.4:
Deprecated: Function ReflectionType::__toString() is deprecated in /var/www/app/vendor/symfony/messenger/DependencyInjection/MessengerPass.php on line 222
The alternative is to use getName()
:
return [$parameters[0]->getType()->getName()];