10000 Fix CS · symfony/symfony@6eb8110 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6eb8110

Browse files
committed
Fix CS
1 parent 6467fa4 commit 6eb8110

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Symfony/Component/Mime/Email.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,7 @@ private function generateBody(): AbstractPart
483483
}
484484
}
485485

486-
$this->cachedBody = $part;
487-
488-
return $part;
486+
return $this->cachedBody = $part;
489487
}
490488

491489
private function prepareParts(): ?array

0 commit comments

Comments
 (0)
0