summaryrefslogtreecommitdiff
path: root/includes/helper
diff options
context:
space:
mode:
authorBot <bot@myigel.name>2017-12-25 23:12:52 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2017-12-25 23:51:15 +0100
commit952c7892f3ac7bfadf8419062e44ff1af66ecc57 (patch)
tree69a85e8e4719801a064b8fa2d521fe000f959cd5 /includes/helper
parent879918864a9c6da0fe9be1aca6c443ec8df0afc3 (diff)
Formatting & Docstrings
Diffstat (limited to 'includes/helper')
-rw-r--r--includes/helper/email_helper.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/helper/email_helper.php b/includes/helper/email_helper.php
index dad27b39..a8b933f3 100644
--- a/includes/helper/email_helper.php
+++ b/includes/helper/email_helper.php
@@ -39,7 +39,10 @@ function engelsystem_email($address, $title, $message)
$address,
$title,
$message,
- sprintf("Content-Type: text/plain; charset=UTF-8\r\nFrom: Engelsystem <%s>", config('no_reply_email'))
+ sprintf(
+ "Content-Type: text/plain; charset=UTF-8\r\nFrom: Engelsystem <%s>",
+ config('no_reply_email')
+ )
);
if ($result === false) {