Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-04-04 13:50:54 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-04-04 13:50:54 +0300
commit73e6eea57e0454a74b6b461e15d2c4fac61ed524 (patch)
tree3e06367ce3e0f2de7c0b5953819c499349ad7a39 /lib/public/Files
parent37233471b6698f798c9f0b9bf0286c4d9c342204 (diff)
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/public/Files')
-rw-r--r--lib/public/Files/Mount/IMountManager.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/Files/Mount/IMountManager.php b/lib/public/Files/Mount/IMountManager.php
index da40419d9e1..b9ec85bc1d4 100644
--- a/lib/public/Files/Mount/IMountManager.php
+++ b/lib/public/Files/Mount/IMountManager.php
@@ -61,10 +61,10 @@ interface IMountManager {
* Find the mount for $path
*
* @param string $path
- * @return \OCP\Files\Mount\IMountPoint
+ * @return \OCP\Files\Mount\IMountPoint|null
* @since 8.2.0
*/
- public function find(string $path): IMountPoint;
+ public function find(string $path);
/**
* Find all mounts in $path