Skip to content

Commit

Permalink
Fix CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 1, 2020
1 parent 14a519c commit fa8a859
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Mailer/Mailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,11 @@ protected function detectPrimaryLocale(): ?string {
/**
* Render content and send email using configured transport.
*
* @psalm-return array{headers: string, message: string}
* @param string $content Content.
* @return array
* @psalm-return array{headers: string, message: string}
*/
public function deliver(string $content = '')
{
public function deliver(string $content = '') {
$this->debug = parent::deliver($content);

return $this->debug;
Expand Down

0 comments on commit fa8a859

Please sign in to comment.