Thanks to visit codestin.com
Credit goes to github.com

Skip to content

RateLimiterFactoryInterface alias - invalid deprecation #60783

Open
@dwalck

Description

@dwalck

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

Image

public function test(RateLimiterFactoryInterface $testLimiter): Response
{
    return new Response('<html><body></body></html>');
}

result:

Image

Possible Solution

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions