We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9a206 commit 466987fCopy full SHA for 466987f
src/Illuminate/Auth/Passwords/PasswordBroker.php
@@ -39,7 +39,7 @@ class PasswordBroker implements PasswordBrokerContract
39
*
40
* @param \Illuminate\Auth\Passwords\TokenRepositoryInterface $tokens
41
* @param \Illuminate\Contracts\Auth\UserProvider $users
42
- * @param \Illuminate\Contracts\Events\Dispatcher $users
+ * @param \Illuminate\Contracts\Events\Dispatcher|null $dispatcher
43
* @return void
44
*/
45
public function __construct(#[\SensitiveParameter] TokenRepositoryInterface $tokens, UserProvider $users, ?Dispatcher $dispatcher = null)
0 commit comments