@@ -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 |
@@ -68,7 +68,7 @@ |
||
68 | 68 | /** |
69 | 69 | * returns if this type of circle is allowed by the current configuration. |
70 | 70 | * |
71 | - * @param $type |
|
71 | + * @param integer $type |
|
72 | 72 | * |
73 | 73 | * @return int |
74 | 74 | */ |
@@ -165,7 +165,7 @@ |
||
165 | 165 | /** |
166 | 166 | * Invite a Member to a private Circle, or accept his request. |
167 | 167 | * |
168 | - * @param $member |
|
168 | + * @param null|Member $member |
|
169 | 169 | */ |
170 | 170 | private function inviteMemberToPrivateCircle(&$member) { |
171 | 171 | if ($member->getStatus() === Member::STATUS_REQUEST) { |