Fix doc block

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2019-02-22 09:58:15 +01:00 committed by Julius Härtl
parent 30dff37062
commit 1a73cab3db
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF
3 changed files with 3 additions and 6 deletions

View file

@ -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
*/

View file

@ -489,9 +489,8 @@ class Manager implements IManager {
}
/**
* Get the type of a resource
* Get the resource type of the provider
*
* @param IResource $resource
* @return string
* @since 16.0.0
*/

View file

@ -30,9 +30,8 @@ use OCP\IUser;
interface IProvider {
/**
* Get the type of a resource
* Get the resource type of the provider
*
* @param IResource $resource
* @return string
* @since 16.0.0
*/