Fix exception class

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2018-09-10 10:03:42 +02:00
parent 5209348c64
commit 2518cdd2d9
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

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