diff options
author | Joas Schilling <coding@schilljs.com> | 2017-08-14 16:27:04 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-08-14 22:20:57 +0200 |
commit | bd6524455bfde6f6bca6f6d548069cb275a12194 (patch) | |
tree | 718c60d6d5cc7775c98a9f782f4cb4f8df325af6 /lib | |
parent | 2e731122565d5667b582e558f29b737d6cb5c66e (diff) | |
download | nextcloud-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.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 */ |