mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-03 11:21:01 +01:00
Add newline to Differential review request e-mail
This commit is contained in:
parent
5752faecce
commit
692296a4d4
2 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@ final class DifferentialCCWelcomeMail extends DifferentialReviewRequestMail {
|
||||||
$body = array();
|
$body = array();
|
||||||
|
|
||||||
$body[] = "{$actor} added you to the CC list for the revision \"{$name}\".";
|
$body[] = "{$actor} added you to the CC list for the revision \"{$name}\".";
|
||||||
|
$body[] = null;
|
||||||
|
|
||||||
$body[] = $this->renderReviewRequestBody();
|
$body[] = $this->renderReviewRequestBody();
|
||||||
|
|
||||||
|
|
|
@ -44,6 +44,7 @@ final class DifferentialNewDiffMail extends DifferentialReviewRequestMail {
|
||||||
} else {
|
} else {
|
||||||
$body[] = "{$actor} updated the revision \"{$name}\".";
|
$body[] = "{$actor} updated the revision \"{$name}\".";
|
||||||
}
|
}
|
||||||
|
$body[] = null;
|
||||||
|
|
||||||
$body[] = $this->renderReviewRequestBody();
|
$body[] = $this->renderReviewRequestBody();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue