summaryrefslogtreecommitdiffstats
path: root/lib/public/share/ishare.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/share/ishare.php')
-rw-r--r--lib/public/share/ishare.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/share/ishare.php b/lib/public/share/ishare.php
index 8f5175b0dbf..fdf40f19e56 100644
--- a/lib/public/share/ishare.php
+++ b/lib/public/share/ishare.php
@@ -46,8 +46,9 @@ interface IShare {
* Get the full share id. This is the <providerid>:<internalid>.
* The full id is unique in the system.
*
- * @return string|null null is returned when the fullId can't be constructed
+ * @return string
* @since 9.0.0
+ * @throws \UnexpectedValueException If the fullId could not be constructed
*/
public function getFullId();