Skip to content

Commit fa8a859

Browse files
committed
Fix CS.
1 parent 14a519c commit fa8a859

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Mailer/Mailer.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,11 @@ protected function detectPrimaryLocale(): ?string {
151151
/**
152152
* Render content and send email using configured transport.
153153
*
154+
* @psalm-return array{headers: string, message: string}
154155
* @param string $content Content.
155156
* @return array
156-
* @psalm-return array{headers: string, message: string}
157157
*/
158-
public function deliver(string $content = '')
159-
{
158+
public function deliver(string $content = '') {
160159
$this->debug = parent::deliver($content);
161160

162161
return $this->debug;

0 commit comments

Comments
 (0)