Skip to content

Commit d0d10f6

Browse files
ThomasLandauerjaviereguiluz
authored andcommitted
1 parent a13340f commit d0d10f6

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
@@ -187,7 +187,7 @@ This requires you to implement several methods::
187187
return true;
188188
}
189189

190-
public function onAuthenticationSuccess(Request $request, TokenInterface $token, $providerKey)
190+
public function onAuthenticationSuccess(Request $request, TokenInterface $token, string $providerKey)
191191
{
192192
// on success, let the request continue
193193
return null;

0 commit comments

Comments
 (0)