@@ -331,8 +331,8 @@ discard block |
||
| 331 | 331 | /** |
| 332 | 332 | * Verify if a local account is valid. |
| 333 | 333 | * |
| 334 | - * @param $ident |
|
| 335 | - * @param $type |
|
| 334 | + * @param string $ident |
|
| 335 | + * @param integer $type |
|
| 336 | 336 | * |
| 337 | 337 | * @param string $instance |
| 338 | 338 | * |
@@ -383,8 +383,8 @@ discard block |
||
| 383 | 383 | /** |
| 384 | 384 | * Verify if a contact exist in current user address books. |
| 385 | 385 | * |
| 386 | - * @param $ident |
|
| 387 | - * @param $type |
|
| 386 | + * @param string $ident |
|
| 387 | + * @param integer $type |
|
| 388 | 388 | * |
| 389 | 389 | * @throws NoUserException |
| 390 | 390 | * @throws EmailAccountInvalidFormatException |
@@ -476,8 +476,8 @@ discard block |
||
| 476 | 476 | * Will return any data of a user related to a circle (as a Member). User can be a 'non-member' |
| 477 | 477 | * Viewer needs to be at least Member of the Circle |
| 478 | 478 | * |
| 479 | - * @param $circleId |
|
| 480 | - * @param $userId |
|
| 479 | + * @param string $circleId |
|
| 480 | + * @param string $userId |
|
| 481 | 481 | * @param $type |
| 482 | 482 | * @param bool $forceAll |
| 483 | 483 | * |
@@ -533,7 +533,7 @@ discard block |
||
| 533 | 533 | * @param int $level |
| 534 | 534 | * @param bool $force |
| 535 | 535 | * |
| 536 | - * @return array |
|
| 536 | + * @return Member[] |
|
| 537 | 537 | * @throws CircleDoesNotExistException |
| 538 | 538 | * @throws CircleTypeNotValidException |
| 539 | 539 | * @throws ConfigNoCircleAvailableException |