Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-09-10 11:03:42 +0300
committerJoas Schilling <coding@schilljs.com>2018-09-10 11:03:42 +0300
commit1fb84efedb7ddf0d5c2634d42b84cf194e7323ab (patch)
treeabfc9f20d501546ab47d3eb4dee8e730c65c2ddf /lib/public/Federation
parente9c644412c65aab4799c5dc24dcfa294cc7f5a23 (diff)
Fix exception class
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/Federation')
-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
*/