Skip to content

Commit fe455ae

Browse files
1 parent f57055d commit fe455ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/guard_authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ This requires you to implement several methods::
182182
return true;
183183
}
184184

185-
public function onAuthenticationSuccess(Request $request, TokenInterface $token, $providerKey)
185+
public function onAuthenticationSuccess(Request $request, TokenInterface $token, string $providerKey)
186186
{
187187
// on success, let the request continue
188188
return null;

0 commit comments

Comments
 (0)