We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5169e53 commit 81374b3Copy full SHA for 81374b3
src/Illuminate/Auth/Notifications/ResetPassword.php
@@ -114,7 +114,7 @@ public static function createUrlUsing($callback)
114
/**
115
* Set a callback that should be used when building the notification mail message.
116
*
117
- * @param \Closure(mixed, string): (\Illuminate\Notifications\Messages\MailMessage|\Illuminate\Mail\Mailable) $callback
+ * @param \Closure(mixed, string): \Illuminate\Notifications\Messages\MailMessage $callback
118
* @return void
119
*/
120
public static function toMailUsing($callback)
0 commit comments