summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-09-10 10:03:42 +0200
committerJoas Schilling <coding@schilljs.com>2018-09-10 10:03:42 +0200
commit1fb84efedb7ddf0d5c2634d42b84cf194e7323ab (patch)
treeabfc9f20d501546ab47d3eb4dee8e730c65c2ddf
parente9c644412c65aab4799c5dc24dcfa294cc7f5a23 (diff)
downloadnextcloud-server-1fb84efedb7ddf0d5c2634d42b84cf194e7323ab.tar.gz
nextcloud-server-1fb84efedb7ddf0d5c2634d42b84cf194e7323ab.zip
Fix exception class
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--lib/public/Federation/ICloudFederationProviderManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Federation/ICloudFederationProviderManager.php b/lib/public/Federation/ICloudFederationProviderManager.php
index f1e932388bf..ce961c45696 100644
--- a/lib/public/Federation/ICloudFederationProviderManager.php
+++ b/lib/public/Federation/ICloudFederationProviderManager.php
@@ -67,7 +67,7 @@ interface ICloudFederationProviderManager {
*
* @param string $resourceType
* @return ICloudFederationProvider
- * @throws Exceptions\ProviderDoesNotExistsException;
+ * @throws Exceptions\ProviderDoesNotExistsException
*
* @since 14.0.0
*/