8000 bug #41269 [SecurityBundle] Remove invalid unused service (chalasr) · symfony/symfony@8ff6542 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ff6542

Browse files
committed
bug #41269 [SecurityBundle] Remove invalid unused service (chalasr)
This PR was merged into the 5.2 branch. Discussion ---------- [SecurityBundle] Remove invalid unused service | Q | A | ------------- | --- | Branch? | 5.2 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Leftover of a revisited experimental feature (the class defined on the service does not exist). Commits ------- 1e6588a [SecurityBundle] Remove invalid unused service
2 parents e83c992 + 1e6588a commit 8ff6542

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator_login_link.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,5 @@
5959
service('request_stack'),
6060
])
6161
->alias(LoginLinkHandlerInterface::class, 'security.authenticator.firewall_aware_login_link_handler')
62-
63-
->set('security.authenticator.entity_login_link_user_handler', EntityLoginLinkUserHandler::class)
64-
->abstract()
65-
->args([
66-
service('doctrine'),
67-
abstract_arg('user entity class name'),
68-
])
69-
7062
;
7163
};

src/Symfony/Component/Security/Http/Authenticator/InteractiveAuthenticatorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* Interactive login requires explicit user action (e.g. a login
1919
* form or HTTP basic authentication). Implementing this interface
20-
* will dispatcher the InteractiveLoginEvent upon successful login.
20+
* will dispatch the InteractiveLoginEvent upon successful login.
2121
*
2222
* @author Wouter de Jong <wouter@wouterj.nl>
2323
*/

0 commit comments

Comments
 (0)
0