aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-08-14 16:27:04 +0200
committerJoas Schilling <coding@schilljs.com>2017-08-16 13:57:45 +0200
commit8f68e0a153e94f33f1142e6ea5149bf96139382b (patch)
treeca0643b5adf504cac10bc68fa2c568244f802ed9 /lib
parentbd80121fc6f6d917bdd7b30b511ebaea3995a650 (diff)
downloadnextcloud-server-8f68e0a153e94f33f1142e6ea5149bf96139382b.tar.gz
nextcloud-server-8f68e0a153e94f33f1142e6ea5149bf96139382b.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
*/