diff options
author | Joas Schilling <coding@schilljs.com> | 2017-08-14 16:27:04 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-08-16 13:57:45 +0200 |
commit | 8f68e0a153e94f33f1142e6ea5149bf96139382b (patch) | |
tree | ca0643b5adf504cac10bc68fa2c568244f802ed9 /lib | |
parent | bd80121fc6f6d917bdd7b30b511ebaea3995a650 (diff) | |
download | nextcloud-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.php | 1 |
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 */ |