Skip to content

Commit 81374b3

Browse files
committed
revert change
1 parent 5169e53 commit 81374b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Auth/Notifications/ResetPassword.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public static function createUrlUsing($callback)
114114
/**
115115
* Set a callback that should be used when building the notification mail message.
116116
*
117-
* @param \Closure(mixed, string): (\Illuminate\Notifications\Messages\MailMessage|\Illuminate\Mail\Mailable) $callback
117+
* @param \Closure(mixed, string): \Illuminate\Notifications\Messages\MailMessage $callback
118118
* @return void
119119
*/
120120
public static function toMailUsing($callback)

0 commit comments

Comments
 (0)