@@ -879,7 +879,7 @@ |
||
879 | 879 | /** |
880 | 880 | * get database row of a give share |
881 | 881 | * |
882 | - * @param $id |
|
882 | + * @param integer $id |
|
883 | 883 | * |
884 | 884 | * @return array |
885 | 885 | * @throws ShareNotFound |
@@ -67,7 +67,7 @@ |
||
67 | 67 | * Create circle using this->userId as owner |
68 | 68 | * |
69 | 69 | * @param $type |
70 | - * @param $name |
|
70 | + * @param string $name |
|
71 | 71 | * |
72 | 72 | * @return Circle |
73 | 73 | * @throws CircleTypeDisabledException |
@@ -84,7 +84,7 @@ |
||
84 | 84 | |
85 | 85 | /** |
86 | 86 | * @param $circleId |
87 | - * @param $name |
|
87 | + * @param string $name |
|
88 | 88 | * |
89 | 89 | * @return array |
90 | 90 | * @throws CircleDoesNotExistException |