diff options
Diffstat (limited to 'lib/public/Files/Mount/IMountManager.php')
-rw-r--r-- | lib/public/Files/Mount/IMountManager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Files/Mount/IMountManager.php b/lib/public/Files/Mount/IMountManager.php index eb8adc3223a..aa760f53e96 100644 --- a/lib/public/Files/Mount/IMountManager.php +++ b/lib/public/Files/Mount/IMountManager.php @@ -63,7 +63,7 @@ interface IMountManager { * Find the mount for $path * * @param string $path - * @return IMountPoint|null + * @return IMountPoint * @since 8.2.0 */ public function find(string $path): ?IMountPoint; |