Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/Api
diff options
context:
space:
mode:
authorMaxence Lange <maxence@pontapreta.net>2017-03-07 21:32:59 +0300
committerMaxence Lange <maxence@pontapreta.net>2017-03-07 21:32:59 +0300
commit5550f6e653a415c147f6e401a3c6b1a7540fa6c0 (patch)
tree35443cc68d0f864771f8ee5974a82fe7ecb9d508 /lib/Api
parent88750360303e05cb51fe8ea5f95e27a637c251c7 (diff)
polishing
Diffstat (limited to 'lib/Api')
-rw-r--r--lib/Api/Sharees.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Api/Sharees.php b/lib/Api/Sharees.php
index 13d5eaf5..b1ee783f 100644
--- a/lib/Api/Sharees.php
+++ b/lib/Api/Sharees.php
@@ -46,7 +46,7 @@ class Sharees {
* @param $limit
* @param $offset
*
- * @return array<string, array>
+ * @return array<string,array>
*/
public static function search($search, $limit, $offset) {
$c = self::getContainer();