Skip to content

Commit 12dc1ce

Browse files
committed
minor symfony#23732 [2.8][Security][Guard] Docblock improvement (vudaltsov)
This PR was merged into the 2.8 branch. Discussion ---------- [2.8][Security][Guard] Docblock improvement | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Added this small detail which might prevent [exception](https://github.com/symfony/symfony/blob/2.8/src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php#L193) when developing Commits ------- ce86449 Docblock improvement
2 parents 6f05beb + ce86449 commit 12dc1ce

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)