diff options
-rw-r--r-- | lib/public/Files/Config/IUserMountCache.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Files/Config/IUserMountCache.php b/lib/public/Files/Config/IUserMountCache.php index e1db1cbf98b..fca797d3b69 100644 --- a/lib/public/Files/Config/IUserMountCache.php +++ b/lib/public/Files/Config/IUserMountCache.php @@ -113,6 +113,7 @@ interface IUserMountCache { * * @param IUser[] $users * @return int[] [$userId => $userSpace] + * @since 13.0.0 */ public function getUsedSpaceForUsers(array $users); } |