diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2016-02-08 15:28:36 +0100 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2016-02-09 11:05:29 +0100 |
commit | 426a12baaa6f30aee081358f61108218e11c9e07 (patch) | |
tree | f4c043a0bb284d1c81f36a53e6454baabb98888b /lib/public | |
parent | ee65cd0bd80d3c46d1210e9a4e8b55b0252de450 (diff) | |
download | nextcloud-server-426a12baaa6f30aee081358f61108218e11c9e07.tar.gz nextcloud-server-426a12baaa6f30aee081358f61108218e11c9e07.zip |
Throw exception
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/share/ishare.php | 3 |
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(); |