aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2023-06-26 14:44:17 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2023-06-26 17:40:21 +0200
commit5ba5c2d88e51f94138e27e3eb2c4a4b83d62bb1f (patch)
tree08ce0ae064ea565f232129dcbec4bc3c6871eac9 /lib
parent29e11a4273547a910b55f54d82c14ec12ca17ded (diff)
downloadnextcloud-server-5ba5c2d88e51f94138e27e3eb2c4a4b83d62bb1f.tar.gz
nextcloud-server-5ba5c2d88e51f94138e27e3eb2c4a4b83d62bb1f.zip
docs: adjust @since version to backport
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/public/Files/IRootFolder.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/Files/IRootFolder.php b/lib/public/Files/IRootFolder.php
index 1fee0b3595e..49d41ab998c 100644
--- a/lib/public/Files/IRootFolder.php
+++ b/lib/public/Files/IRootFolder.php
@@ -60,12 +60,12 @@ interface IRootFolder extends Folder, Emitter {
/**
* @return IMountPoint[]
*
- * @since 28.0.0
+ * @since 27.0.1
*/
public function getMountsIn(string $mountPoint): array;
/**
- * @since 28.0.0
+ * @since 27.0.1
*/
public function getMount(string $mountPoint): IMountPoint;
}