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:
authorMorris Jobke <hey@morrisjobke.de>2017-07-25 09:57:58 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-07-25 09:57:58 +0300
commit89a7b007f2d388fe3aa666ec1be9a95fd71a08af (patch)
tree650d55dbacb3418783cfab26890cca241e25a1d8 /lib/public/UserInterface.php
parentb930f32e89a0f890ebda449ab3d37952f9a4317e (diff)
Fix comments
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/public/UserInterface.php')
-rw-r--r--lib/public/UserInterface.php2
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);