Skip to content

Removed constructor parameters from AuthenticationTrustResolver #12721

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

jzawadzki
Copy link
Contributor

As per symfony/symfony#26981 there are no constructor arguments in AuthenticationTrustResolver.

Copy link
Member

@javiereguiluz javiereguiluz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't aware of this! Thanks a lot for fixing this @jzawadzki.

Note to mergers: this was deprecated in 4.2 (see https://github.com/symfony/symfony/pull/26981/files#diff-485d8e41d04a62846513306f98bc73f3R8) so, given the change, I propose to merge this in 4.3 to not use this deprecated feature in 4.3 and higher. Thanks.

@javiereguiluz javiereguiluz changed the base branch from 5.0 to 4.3 November 30, 2019 17:04
@javiereguiluz javiereguiluz force-pushed the fix-authenticationtrustresolver branch from 09b208f to f046117 Compare November 30, 2019 17:04
@javiereguiluz
Copy link
Member

Merged in 4.3. Thanks!

javiereguiluz added a commit that referenced this pull request Nov 30, 2019
…esolver (jzawadzki)

This PR was submitted for the 5.0 branch but it was merged into the 4.3 branch instead (closes #12721).

Discussion
----------

Removed constructor parameters from AuthenticationTrustResolver

As per symfony/symfony#26981 there are no constructor arguments in `AuthenticationTrustResolver`.

Commits
-------

f046117 Removed constructor parameters from AuthenticationTrustResolver
@javiereguiluz javiereguiluz merged commit f046117 into symfony:4.3 Nov 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants