-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Security] [Guard] Added type-hints to AuthenticatorInterface #32254
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
[Security] [Guard] Added type-hints to AuthenticatorInterface #32254
Conversation
These classes contain a lot of useless |
Done here #32257 for 3.4 (@nicolas-grekas @derrabus) |
d02bbde
to
f445329
Compare
…omasbisignani) This PR was merged into the 3.4 branch. Discussion ---------- [Security] [Guard] Removed useless param annotations | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #32254 (comment) | License | MIT | Doc PR | The PR removes useless `@param` annotation, it is linked with the #32254 (comment) Commits ------- 848e881 [Security] [Guard] Removed useless param annotations
Fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, but maybe we wait until the changes of #32257 arrive in master.
Rebase unlocked :) |
f445329
to
37dcff6
Compare
37dcff6
to
51b3c2e
Compare
Rebased. |
Thank you @thomasbisignani. |
…rface (thomasbisignani) This PR was merged into the 5.0-dev branch. Discussion ---------- [Security] [Guard] Added type-hints to AuthenticatorInterface | Q | A | ------------- | --- | Branch? | 5.0 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #32179 | License | MIT | Doc PR | This PR adds the type-hints to the AuthenticatorInterface Commits ------- 51b3c2e [Security] [Guard] Added type-hints to AuthenticatorInterface
This PR adds the type-hints to the AuthenticatorInterface