aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Share/IManager.php
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2019-10-30 14:26:37 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-10-30 14:26:37 +0100
commitea55f8eeddd49b86e5547bc8389aa8942d33d021 (patch)
tree3e0b201480812cedfc034c8e53a0d049e3184fc2 /lib/public/Share/IManager.php
parent8085ca4cc4e0d38e33b623613b36ec0fe03e5a9f (diff)
downloadnextcloud-server-ea55f8eeddd49b86e5547bc8389aa8942d33d021.tar.gz
nextcloud-server-ea55f8eeddd49b86e5547bc8389aa8942d33d021.zip
fixup! Get all shares as iterable
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'lib/public/Share/IManager.php')
-rw-r--r--lib/public/Share/IManager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Share/IManager.php b/lib/public/Share/IManager.php
index 0c47eb730fd..8bb7291d6ba 100644
--- a/lib/public/Share/IManager.php
+++ b/lib/public/Share/IManager.php
@@ -393,6 +393,7 @@ interface IManager {
* be fully itterated.
*
* @return iterable
+ * @since 18.0.0
*/
public function getAllShares(): iterable;