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:
authorRobin Appelman <robin@icewind.nl>2021-03-19 20:13:59 +0300
committerRobin Appelman <robin@icewind.nl>2021-03-24 16:30:29 +0300
commitf842608c95a1a38ef59d7951380b73c1e4f0c2a3 (patch)
tree0eb5da17bc9d1d5449116fbb1791d3274873f8a1 /lib/public
parent4406092fd680dc26001a78cdcf179aca3dc0b235 (diff)
getRelativePath can return null
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/Files/Folder.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Files/Folder.php b/lib/public/Files/Folder.php
index 3e90abdd944..292d53d7767 100644
--- a/lib/public/Files/Folder.php
+++ b/lib/public/Files/Folder.php
@@ -55,7 +55,7 @@ interface Folder extends Node {
*
* @param string $path absolute path of an item in the folder
* @throws \OCP\Files\NotFoundException
- * @return string
+ * @return string|null
* @since 6.0.0
*/
public function getRelativePath($path);