Skip to content

Commit c617ec7

Browse files
authored
Merge pull request FriendsOfSymfony#2676 from shieldo/correct_return_type_for_2_0
correct return type in docblock for UserInterface::isPasswordRequestN…
2 parents 2fc8a02 + c83f20c commit c617ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/UserInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function setPasswordRequestedAt(\DateTime $date = null);
170170
*
171171
* @param int $ttl Requests older than this many seconds will be considered expired
172172
*
173-
* @return int
173+
* @return bool
174174
*/
175175
public function isPasswordRequestNonExpired($ttl);
176176

0 commit comments

Comments
 (0)