Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 19, 2020
1 parent 990ae89 commit 13462f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Illuminate/Mail/Mailable.php
Original file line number Diff line number Diff line change
Expand Up @@ -937,9 +937,6 @@ protected function renderForAssertions()
$view = $this->buildView(), $this->buildViewData()
);

// If the given view is an array with numeric keys, we will just assume that
// both a "pretty" and "plain" view were provided, so we will use the
// plain index since it should contain both views with numerical keys.
if (is_array($view) && isset($view[1])) {
$text = $view[1];
}
Expand Down

0 comments on commit 13462f6

Please sign in to comment.