Skip to content

Commit

Permalink
fix doc comment (#50967)
Browse files Browse the repository at this point in the history
  • Loading branch information
naopusyu authored Apr 8, 2024
1 parent 2bfbac9 commit 81d8154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Illuminate/Mail/Mailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ protected function sendMailable(MailableContract $mailable)
/**
* Send a new message synchronously using a view.
*
* @param \Illuminate\Contracts\Mail\Mailable|string|array $view
* @param \Illuminate\Contracts\Mail\Mailable|string|array $mailable
* @param array $data
* @param \Closure|string|null $callback
* @return \Illuminate\Mail\SentMessage|null
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/Jobs/FakeJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function delete()
/**
* Delete the job, call the "failed" method, and raise the failed job event.
*
* @param \Throwable|null $e
* @param \Throwable|null $exception
* @return void
*/
public function fail($exception = null)
Expand Down

0 comments on commit 81d8154

Please sign in to comment.