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