From 426a12baaa6f30aee081358f61108218e11c9e07 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 8 Feb 2016 15:28:36 +0100 Subject: Throw exception --- lib/public/share/ishare.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/public') 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 :. * 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(); -- cgit v1.2.3