aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/iuser.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-06-19 10:51:36 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-06-19 10:51:36 +0200
commiteddbdb8f21e9bbd1ff1a6b20140cdad93b6156d3 (patch)
tree0e45f86668128028a7de6e4fa841adb03c0edd1f /lib/public/iuser.php
parentba43ec974cf829262279c87b03cdcbd68f3e2564 (diff)
downloadnextcloud-server-eddbdb8f21e9bbd1ff1a6b20140cdad93b6156d3.tar.gz
nextcloud-server-eddbdb8f21e9bbd1ff1a6b20140cdad93b6156d3.zip
Fix missing @since tags in OCP
Diffstat (limited to 'lib/public/iuser.php')
-rw-r--r--lib/public/iuser.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/public/iuser.php b/lib/public/iuser.php
index 393ab90d260..6cbcfbf2312 100644
--- a/lib/public/iuser.php
+++ b/lib/public/iuser.php
@@ -93,6 +93,7 @@ interface IUser {
* get the users home folder to mount
*
* @return string
+ * @since 8.0.0
*/
public function getHome();
@@ -116,6 +117,7 @@ interface IUser {
* check if the backend supports changing passwords
*
* @return bool
+ * @since 8.0.0
*/
public function canChangePassword();