Merge pull request #11133 from nextcloud/bugfix/noid/invalid-exception

Fix exception class
This commit is contained in:
blizzz 2018-09-10 13:24:48 +02:00 committed by GitHub
commit 210b0f092f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ interface ICloudFederationProviderManager {
*
* @param string $resourceType
* @return ICloudFederationProvider
* @throws Exceptions\ProviderDoesNotExistsException;
* @throws Exceptions\ProviderDoesNotExistsException
*
* @since 14.0.0
*/