Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-07-19 16:37:03 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-08-01 09:20:13 +0300
commite1f52fc9019856d52466d9b796ce738e31f1c4ca (patch)
tree489387720f34360dc58e9f29fb800e1e2af26145 /lib/public/Mail
parent456392e627de3aad19c8188974a4972cf4e274db (diff)
Stricter phan config fixes
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'lib/public/Mail')
-rw-r--r--lib/public/Mail/IEMailTemplate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Mail/IEMailTemplate.php b/lib/public/Mail/IEMailTemplate.php
index 6df83b4d10e..6d0591b019b 100644
--- a/lib/public/Mail/IEMailTemplate.php
+++ b/lib/public/Mail/IEMailTemplate.php
@@ -62,7 +62,7 @@ interface IEMailTemplate {
* Adds a heading to the email
*
* @param string $title
- * @param string $plainTitle|bool Title that is used in the plain text email
+ * @param string|bool $plainTitle Title that is used in the plain text email
* if empty the $title is used, if false none will be used
*
* @since 12.0.0