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:44:17 +02:00
parent 29e11a4273
commit 5ba5c2d88e
No known key found for this signature in database
GPG key ID: 7424F1874854DF23

View file

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