Skip to content

Commit 4fd24a0

Browse files
committed
Added @return to checkCredentials()
1 parent 7ed176f commit 4fd24a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ public function getUser($credentials, UserProviderInterface $userProvider);
8383
*
8484
* @param mixed $credentials
8585
* @param UserInterface $user
86+
*
87+
* @return bool
8688
*
8789
* @throws AuthenticationException
8890
*/

0 commit comments

Comments
 (0)