Skip to content
Snippets Groups Projects
Unverified Commit 1a73cab3 authored by Joas Schilling's avatar Joas Schilling Committed by Julius Härtl
Browse files

Fix doc block

parent 30dff370
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment