docs: adjust @since version to backport

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2023-06-26 14:49:16 +02:00
parent c2fdee7f6e
commit 5ca35c9007
No known key found for this signature in database
GPG key ID: 7424F1874854DF23

View file

@ -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;
}