summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2023-02-06 18:56:54 +0100
committerRobin Appelman <robin@icewind.nl>2023-02-07 15:50:10 +0100
commit9f3dbb699a4e1e0fbfc55e1fb9bb070e26816e20 (patch)
treea502b5711981e53221cea6c2fbd216478a9085a8 /lib/public
parente3bafcc7a813f6adb305c2e35057b925c278d4bd (diff)
downloadnextcloud-server-9f3dbb699a4e1e0fbfc55e1fb9bb070e26816e20.tar.gz
nextcloud-server-9f3dbb699a4e1e0fbfc55e1fb9bb070e26816e20.zip
fix tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/Files/Mount/IMountPoint.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/Files/Mount/IMountPoint.php b/lib/public/Files/Mount/IMountPoint.php
index b8e7ec9118f..1272550d737 100644
--- a/lib/public/Files/Mount/IMountPoint.php
+++ b/lib/public/Files/Mount/IMountPoint.php
@@ -55,7 +55,7 @@ interface IMountPoint {
/**
* Get the id of the storages
*
- * @return string
+ * @return string|null
* @since 8.0.0
*/
public function getStorageId();
@@ -63,7 +63,7 @@ interface IMountPoint {
/**
* Get the id of the storages
*
- * @return int
+ * @return int|null
* @since 9.1.0
*/
public function getNumericStorageId();