We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46606fe commit 87e4a3bCopy full SHA for 87e4a3b
1 file changed
src/Illuminate/Auth/Reminders/PasswordBroker.php
@@ -255,7 +255,7 @@ protected function validatePasswordWithDefaults(array $credentials): bool
255
*
256
* @param array $credentials
257
* @return RemindableInterface|null
258
- *
+ * @throws \UnexpectedValueException
259
*/
260
public function getUser(array $credentials): ?RemindableInterface
261
{
0 commit comments