aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Collaboration
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-02-22 09:58:15 +0100
committerJulius Härtl <jus@bitgrid.net>2019-03-01 20:56:59 +0100
commit1a73cab3db26495a86cc22ccebe4e7d4aefb3e68 (patch)
treed4208fe2f1101964eddd4640ce22bda839e0b011 /lib/public/Collaboration
parent30dff370620fd00ce240f9dd7eabfb764ca97f42 (diff)
downloadnextcloud-server-1a73cab3db26495a86cc22ccebe4e7d4aefb3e68.tar.gz
nextcloud-server-1a73cab3db26495a86cc22ccebe4e7d4aefb3e68.zip
Fix doc block
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/Collaboration')
-rw-r--r--lib/public/Collaboration/Resources/IProvider.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/public/Collaboration/Resources/IProvider.php b/lib/public/Collaboration/Resources/IProvider.php
index 3014305106f..376a816a5cb 100644
--- a/lib/public/Collaboration/Resources/IProvider.php
+++ b/lib/public/Collaboration/Resources/IProvider.php
@@ -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
*/