diff options
Diffstat (limited to 'lib/private/files/mount/manager.php')
-rw-r--r-- | lib/private/files/mount/manager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/mount/manager.php b/lib/private/files/mount/manager.php index 4c432dcf724..ff4a336f347 100644 --- a/lib/private/files/mount/manager.php +++ b/lib/private/files/mount/manager.php @@ -106,7 +106,7 @@ class Manager { * Find mounts by numeric storage id * * @param string $id - * @return Mount + * @return Mount[] */ public function findByNumericId($id) { $storageId = \OC\Files\Cache\Storage::getStorageId($id); |