Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8ff6542

Browse filesBrowse 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
Copy full SHA for 8ff6542

File tree

2 files changed

+1
-9
lines changed
Filter options

2 files changed

+1
-9
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator_login_link.php
-8Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authenticator/InteractiveAuthenticatorInterface.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.