mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
docs: adjust @since version to backport
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
29e11a4273
commit
5ba5c2d88e
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue