diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-07-25 08:57:58 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-07-25 08:57:58 +0200 |
commit | 89a7b007f2d388fe3aa666ec1be9a95fd71a08af (patch) | |
tree | 650d55dbacb3418783cfab26890cca241e25a1d8 /lib/public | |
parent | b930f32e89a0f890ebda449ab3d37952f9a4317e (diff) | |
download | nextcloud-server-89a7b007f2d388fe3aa666ec1be9a95fd71a08af.tar.gz nextcloud-server-89a7b007f2d388fe3aa666ec1be9a95fd71a08af.zip |
Fix comments
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/UserInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/UserInterface.php b/lib/public/UserInterface.php index 119564da736..61136783b3c 100644 --- a/lib/public/UserInterface.php +++ b/lib/public/UserInterface.php @@ -46,7 +46,7 @@ interface UserInterface { * @return boolean * * Returns the supported actions as int to be - * compared with \OC_User_Backend::CREATE_USER etc. + * compared with \OC\User\Backend::CREATE_USER etc. * @since 4.5.0 */ public function implementsActions($actions); |