aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-07-19 15:37:03 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2017-08-01 08:20:13 +0200
commite1f52fc9019856d52466d9b796ce738e31f1c4ca (patch)
tree489387720f34360dc58e9f29fb800e1e2af26145 /lib
parent456392e627de3aad19c8188974a4972cf4e274db (diff)
downloadnextcloud-server-e1f52fc9019856d52466d9b796ce738e31f1c4ca.tar.gz
nextcloud-server-e1f52fc9019856d52466d9b796ce738e31f1c4ca.zip
Stricter phan config fixes
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Mail/EMailTemplate.php2
-rw-r--r--lib/private/Server.php1
-rw-r--r--lib/public/Mail/IEMailTemplate.php2
3 files changed, 2 insertions, 3 deletions
diff --git a/lib/private/Mail/EMailTemplate.php b/lib/private/Mail/EMailTemplate.php
index 8227e69ef06..a55e6f9e5b5 100644
--- a/lib/private/Mail/EMailTemplate.php
+++ b/lib/private/Mail/EMailTemplate.php
@@ -365,7 +365,7 @@ EOF;
* 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
*/
public function addHeading($title, $plainTitle = '') {
diff --git a/lib/private/Server.php b/lib/private/Server.php
index 5efbcfecf32..1f1570f3f46 100644
--- a/lib/private/Server.php
+++ b/lib/private/Server.php
@@ -1249,7 +1249,6 @@ class Server extends ServerContainer implements IServerContainer {
}
/**
- * @internal For internal use only
* @return \OC\SystemConfig
*/
public function getSystemConfig() {
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