summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-08-14 16:27:04 +0200
committerMorris Jobke <hey@morrisjobke.de>2017-08-14 22:20:57 +0200
commitbd6524455bfde6f6bca6f6d548069cb275a12194 (patch)
tree718c60d6d5cc7775c98a9f782f4cb4f8df325af6 /lib
parent2e731122565d5667b582e558f29b737d6cb5c66e (diff)
downloadnextcloud-server-bd6524455bfde6f6bca6f6d548069cb275a12194.tar.gz
nextcloud-server-bd6524455bfde6f6bca6f6d548069cb275a12194.zip
Document that it throws
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/public/Federation/ICloudIdManager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Federation/ICloudIdManager.php b/lib/public/Federation/ICloudIdManager.php
index 7be8f08c6b7..5251c2b95db 100644
--- a/lib/public/Federation/ICloudIdManager.php
+++ b/lib/public/Federation/ICloudIdManager.php
@@ -29,6 +29,7 @@ interface ICloudIdManager {
/**
* @param string $cloudId
* @return ICloudId
+ * @throws \InvalidArgumentException
*
* @since 12.0.0
*/