Open
Description
Symfony version(s) affected
7.3.x
Description
Hello!
It looks like this change #60171 has caused a trigger_deprecation when using RateLimiterFactoryInterface correctly with an alias.
How to reproduce
public function test(RateLimiterFactoryInterface $testLimiter): Response
{
return new Response('<html><body></body></html>');
}
result:
Possible Solution
No response
Additional Context
No response