diff options
author | Robin Appelman <robin@icewind.nl> | 2022-03-02 17:11:06 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2022-03-04 16:30:03 +0100 |
commit | 22875bf367b69db4a76daed1a057407e7fbff2a6 (patch) | |
tree | abcf81d9b06f48ced2c822ac90b849c525e733b6 /lib/public/Files/Mount | |
parent | 1c468129afa2b2ec4a370a879f8eaffd22768baf (diff) | |
download | nextcloud-server-22875bf367b69db4a76daed1a057407e7fbff2a6.tar.gz nextcloud-server-22875bf367b69db4a76daed1a057407e7fbff2a6.zip |
move logic to decide what to setup to setupmanager
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/public/Files/Mount')
-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; |