Fix doc block

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/11871/head
Joas Schilling 5 years ago committed by Julius Härtl
parent 30dff37062
commit 1a73cab3db
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF

@ -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 {
}
/**
* Get the type of a resource
* Get the resource type of the provider
*
* @param IResource $resource
* @return string
* @since 16.0.0
*/

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

Loading…
Cancel
Save