Signed-off-by: Joas Schilling <coding@schilljs.com>
@ -109,9 +109,8 @@ class ResourceProvider implements IProvider {
}
/**
* Get the type of a resource
* Get the resource type of the provider
*
* @param IResource $resource
* @return string
* @since 15.0.0
*/
@ -489,9 +489,8 @@ class Manager implements IManager {
* @since 16.0.0
@ -30,9 +30,8 @@ use OCP\IUser;
interface IProvider {