Skip to content

Commit df15098

Browse files
fabpotchalasr
andauthored
Update src/Symfony/Component/Security/Http/LoginLink/LoginLinkHandlerInterface.php
Co-authored-by: Robin Chalas <chalasr@users.noreply.github.com>
1 parent c28d322 commit df15098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Http/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)