diff options
author | Robin Appelman <robin@icewind.nl> | 2023-02-06 18:56:54 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2023-02-07 15:50:10 +0100 |
commit | 9f3dbb699a4e1e0fbfc55e1fb9bb070e26816e20 (patch) | |
tree | a502b5711981e53221cea6c2fbd216478a9085a8 /lib/public | |
parent | e3bafcc7a813f6adb305c2e35057b925c278d4bd (diff) | |
download | nextcloud-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.php | 4 |
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(); |