Merge pull request #11187 from nextcloud/backport/11133/invalid-exception

[stable14] Fix exception class
This commit is contained in:
blizzz 2018-09-12 13:21:50 +02:00 committed by GitHub
commit 4165f332de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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