diff options
author | Joas Schilling <coding@schilljs.com> | 2019-02-22 09:58:15 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-03-01 20:56:59 +0100 |
commit | 1a73cab3db26495a86cc22ccebe4e7d4aefb3e68 (patch) | |
tree | d4208fe2f1101964eddd4640ce22bda839e0b011 /lib/private/Collaboration | |
parent | 30dff370620fd00ce240f9dd7eabfb764ca97f42 (diff) | |
download | nextcloud-server-1a73cab3db26495a86cc22ccebe4e7d4aefb3e68.tar.gz nextcloud-server-1a73cab3db26495a86cc22ccebe4e7d4aefb3e68.zip |
Fix doc block
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/private/Collaboration')
-rw-r--r-- | lib/private/Collaboration/Resources/Manager.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/private/Collaboration/Resources/Manager.php b/lib/private/Collaboration/Resources/Manager.php index 0d85db324b6..14899b8fa6e 100644 --- a/lib/private/Collaboration/Resources/Manager.php +++ b/lib/private/Collaboration/Resources/Manager.php @@ -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 */ |