Skip to content

Commit

Permalink
docs: adjust @SInCE version to backport
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Jun 26, 2023
1 parent 29e11a4 commit 5ba5c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/public/Files/IRootFolder.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ public function getByIdInPath(int $id, string $path);
/**
* @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;
}

0 comments on commit 5ba5c2d

Please sign in to comment.