Skip to content

Commit c83f20c

Browse files
author
Douglas Greenshields
committed
correct return type in docblock for UserInterface::isPasswordRequestNonExpired()
1 parent 2fc8a02 commit c83f20c

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)