Skip to content

Commit ce86449

Browse files
committed
Docblock improvement
1 parent 6f05beb commit ce86449

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Security/Guard/GuardAuthenticatorInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ public function onAuthenticationSuccess(Request $request, TokenInterface $token,
153153
* done by having a _remember_me checkbox in your form, but
154154
* can be configured by the "always_remember_me" and "remember_me_parameter"
155155
* parameters under the "remember_me" firewall key
156+
* D) The onAuthenticationSuccess method returns a Response object
156157
*
157158
* @return bool
158159
*/

0 commit comments

Comments
 (0)