Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c767d31

Browse files
committed
Fixed docblock.
Signed-off-by: crynobone <[email protected]>
1 parent d8a3804 commit c767d31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Illuminate/Auth/Reminders/PasswordBroker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function __construct(ReminderRepositoryInterface $reminders,
101101
*
102102
* @param array $credentials
103103
* @param Closure $callback
104-
* @return \Illuminate\Http\RedirectResponse
104+
* @return string
105105
*/
106106
public function remind(array $credentials, Closure $callback = null)
107107
{

0 commit comments

Comments
 (0)