summaryrefslogtreecommitdiffstats
path: root/lib/private/user.php
diff options
context:
space:
mode:
authorScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2016-02-08 15:43:39 +0000
committerScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2016-02-08 15:43:39 +0000
commit08f0dc906780be699aa9ff8c10faaea0be44855d (patch)
treebb2219d2d62fa314b57404a8993fe0ce4df1a6ea /lib/private/user.php
parentec399e6bbc5a16519433e11869e444fd7b198a25 (diff)
downloadnextcloud-server-08f0dc906780be699aa9ff8c10faaea0be44855d.tar.gz
nextcloud-server-08f0dc906780be699aa9ff8c10faaea0be44855d.zip
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'lib/private/user.php')
-rw-r--r--lib/private/user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/user.php b/lib/private/user.php
index ae98bb9b01a..21971fc3d1d 100644
--- a/lib/private/user.php
+++ b/lib/private/user.php
@@ -253,7 +253,7 @@ class OC_User {
* Sets user display name for session
*
* @param string $uid
- * @param null $displayName
+ * @param string $displayName
* @return bool Whether the display name could get set
*/
public static function setDisplayName($uid, $displayName = null) {