@@ -358,7 +358,7 @@ discard block |
||
| 358 | 358 | |
| 359 | 359 | |
| 360 | 360 | /** |
| 361 | - * @param ?Member $owner |
|
| 361 | + * @param Member $owner |
|
| 362 | 362 | * |
| 363 | 363 | * @return self |
| 364 | 364 | */ |
@@ -414,7 +414,7 @@ discard block |
||
| 414 | 414 | |
| 415 | 415 | |
| 416 | 416 | /** |
| 417 | - * @param array $members |
|
| 417 | + * @param Member[] $members |
|
| 418 | 418 | * @param bool $detailed |
| 419 | 419 | * |
| 420 | 420 | * @return self |
@@ -40,10 +40,10 @@ |
||
| 40 | 40 | |
| 41 | 41 | |
| 42 | 42 | /** |
| 43 | - * @param $userId |
|
| 43 | + * @param string $userId |
|
| 44 | 44 | * @param $circleUniqueIds |
| 45 | - * @param $limit |
|
| 46 | - * @param $offset |
|
| 45 | + * @param integer $limit |
|
| 46 | + * @param integer $offset |
|
| 47 | 47 | * |
| 48 | 48 | * @return array |
| 49 | 49 | * @throws GSStatusException |
@@ -110,7 +110,7 @@ discard block |
||
| 110 | 110 | * CirclesCheck constructor. |
| 111 | 111 | * |
| 112 | 112 | * @param Capabilities $capabilities |
| 113 | - * @param FederatedEvent $federatedEventService |
|
| 113 | + * @param FederatedEventService $federatedEventService |
|
| 114 | 114 | * @param RemoteService $remoteService |
| 115 | 115 | * @param RemoteStreamService $remoteStreamService |
| 116 | 116 | * @param RemoteUpstreamService $remoteUpstreamService |
@@ -619,7 +619,6 @@ discard block |
||
| 619 | 619 | |
| 620 | 620 | |
| 621 | 621 | /** |
| 622 | - * @param OutputInterface $o |
|
| 623 | 622 | * @param string $type |
| 624 | 623 | * @param string $route |
| 625 | 624 | * @param array $args |
@@ -353,8 +353,8 @@ discard block |
||
| 353 | 353 | /** |
| 354 | 354 | * Verify if a local account is valid. |
| 355 | 355 | * |
| 356 | - * @param $ident |
|
| 357 | - * @param $type |
|
| 356 | + * @param string $ident |
|
| 357 | + * @param integer $type |
|
| 358 | 358 | * |
| 359 | 359 | * @param string $instance |
| 360 | 360 | * |
@@ -399,8 +399,8 @@ discard block |
||
| 399 | 399 | /** |
| 400 | 400 | * Verify if a contact exist in current user address books. |
| 401 | 401 | * |
| 402 | - * @param $ident |
|
| 403 | - * @param $type |
|
| 402 | + * @param string $ident |
|
| 403 | + * @param integer $type |
|
| 404 | 404 | * |
| 405 | 405 | * @throws NoUserException |
| 406 | 406 | * @throws EmailAccountInvalidFormatException |
@@ -543,7 +543,7 @@ discard block |
||
| 543 | 543 | * @param int $level |
| 544 | 544 | * @param bool $force |
| 545 | 545 | * |
| 546 | - * @return array |
|
| 546 | + * @return DeprecatedMember[] |
|
| 547 | 547 | * @throws CircleDoesNotExistException |
| 548 | 548 | * @throws CircleTypeNotValidException |
| 549 | 549 | * @throws ConfigNoCircleAvailableException |