Skip to content

Commit 21c0299

Browse files
committed
narrow return type from mixed to string
1 parent 6728659 commit 21c0299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Auth/Passwords/PasswordBroker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function sendResetLink(#[\SensitiveParameter] array $credentials, ?Closur
9191
*
9292
* @param array $credentials
9393
* @param \Closure $callback
94-
* @return mixed
94+
* @return string
9595
*/
9696
public function reset(#[\SensitiveParameter] array $credentials, Closure $callback)
9797
{

0 commit comments

Comments
 (0)