Skip to content

Commit 96fee56

Browse files
fabpotchalasr
andcommitted
Update src/Symfony/Component/Security/Http/LoginLink/LoginLinkHandlerInterface.php
Co-authored-by: Robin Chalas <[email protected]>
1 parent 343aca5 commit 96fee56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoginLink/LoginLinkHandlerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ interface LoginLinkHandlerInterface
2424
/**
2525
* Generate a link that can be used to authenticate as the given user.
2626
*
27-
* @param int $lifetime
27+
* @param int|null $lifetime When not null, the argument overrides any default lifetime previously set
2828
*/
2929
public function createLoginLink(UserInterface $user, Request $request = null /*, int $lifetime = null */): LoginLinkDetails;
3030

0 commit comments

Comments
 (0)