mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
docs: adjust @since version to backport
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
c2fdee7f6e
commit
5ca35c9007
1 changed files with 2 additions and 2 deletions
|
|
@ -61,12 +61,12 @@ interface IRootFolder extends Folder, Emitter {
|
|||
/**
|
||||
* @return IMountPoint[]
|
||||
*
|
||||
* @since 28.0.0
|
||||
* @since 25.0.9
|
||||
*/
|
||||
public function getMountsIn(string $mountPoint): array;
|
||||
|
||||
/**
|
||||
* @since 28.0.0
|
||||
* @since 25.0.9
|
||||
*/
|
||||
public function getMount(string $mountPoint): IMountPoint;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue