Fix doc block
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
30dff37062
commit
1a73cab3db
3 changed files with 3 additions and 6 deletions
|
@ -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…
Reference in a new issue