Skip to content

Commit 87e4a3b

Browse files
committed
put back throws
1 parent 46606fe commit 87e4a3b

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
@@ -255,7 +255,7 @@ protected function validatePasswordWithDefaults(array $credentials): bool
255255
*
256256
* @param array $credentials
257257
* @return RemindableInterface|null
258-
*
258+
* @throws \UnexpectedValueException
259259
*/
260260
public function getUser(array $credentials): ?RemindableInterface
261261
{

0 commit comments

Comments
 (0)