Skip to content

Commit 466987f

Browse files
authored
Fix PasswordBroker constructor docblock (#52023)
1 parent 7d9a206 commit 466987f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Auth/Passwords/PasswordBroker.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class PasswordBroker implements PasswordBrokerContract
3939
*
4040
* @param \Illuminate\Auth\Passwords\TokenRepositoryInterface $tokens
4141
* @param \Illuminate\Contracts\Auth\UserProvider $users
42-
* @param \Illuminate\Contracts\Events\Dispatcher $users
42+
* @param \Illuminate\Contracts\Events\Dispatcher|null $dispatcher
4343
* @return void
4444
*/
4545
public function __construct(#[\SensitiveParameter] TokenRepositoryInterface $tokens, UserProvider $users, ?Dispatcher $dispatcher = null)

0 commit comments

Comments
 (0)