From 5ba5c2d88e51f94138e27e3eb2c4a4b83d62bb1f Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 26 Jun 2023 14:44:17 +0200 Subject: [PATCH] docs: adjust @since version to backport Signed-off-by: Arthur Schiwon --- lib/public/Files/IRootFolder.php | 4 ++-- 1 file 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; }