@@ -163,8 +163,8 @@ discard block |
||
| 163 | 163 | * in the database and send a request to the remote circle using requestLink() |
| 164 | 164 | * If any issue, entry is removed from the database. |
| 165 | 165 | * |
| 166 | - * @param $circleId |
|
| 167 | - * @param $remote |
|
| 166 | + * @param integer $circleId |
|
| 167 | + * @param string $remote |
|
| 168 | 168 | * |
| 169 | 169 | * @return FederatedLink |
| 170 | 170 | * @throws Exception |
@@ -221,7 +221,7 @@ discard block |
||
| 221 | 221 | * @param Circle $circle |
| 222 | 222 | * @param FederatedLink $link |
| 223 | 223 | * |
| 224 | - * @return int |
|
| 224 | + * @return boolean |
|
| 225 | 225 | * @throws Exception |
| 226 | 226 | */ |
| 227 | 227 | private function requestLink(Circle $circle, FederatedLink &$link) { |
@@ -315,8 +315,8 @@ discard block |
||
| 315 | 315 | |
| 316 | 316 | |
| 317 | 317 | /** |
| 318 | - * @param $circleId |
|
| 319 | - * @param $uniqueId |
|
| 318 | + * @param integer $circleId |
|
| 319 | + * @param string $uniqueId |
|
| 320 | 320 | * |
| 321 | 321 | * @return FederatedLink |
| 322 | 322 | */ |