@@ -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 |
@@ -644,7 +644,7 @@ |
||
| 644 | 644 | * @param string $alias |
| 645 | 645 | * @param IFederatedUser|null $initiator |
| 646 | 646 | * @param string $field |
| 647 | - * @param string $helpedAlias |
|
| 647 | + * @param string $helperAlias |
|
| 648 | 648 | * |
| 649 | 649 | * @throws RequestBuilderException |
| 650 | 650 | */ |
@@ -133,7 +133,7 @@ discard block |
||
| 133 | 133 | } |
| 134 | 134 | |
| 135 | 135 | /** |
| 136 | - * @param mixed $class |
|
| 136 | + * @param string $class |
|
| 137 | 137 | * |
| 138 | 138 | * @return self |
| 139 | 139 | */ |
@@ -454,7 +454,7 @@ discard block |
||
| 454 | 454 | |
| 455 | 455 | /** |
| 456 | 456 | * @param string $key |
| 457 | - * @param array $result |
|
| 457 | + * @param \OCA\Circles\Model\ShareWrapper[] $result |
|
| 458 | 458 | * |
| 459 | 459 | * @return $this |
| 460 | 460 | */ |
@@ -150,7 +150,6 @@ |
||
| 150 | 150 | /** |
| 151 | 151 | * @param GSEvent $event |
| 152 | 152 | * @param string $instance |
| 153 | - * @param string $protocol |
|
| 154 | 153 | * |
| 155 | 154 | * @throws RequestContentException |
| 156 | 155 | * @throws RequestNetworkException |
@@ -83,7 +83,6 @@ |
||
| 83 | 83 | /** |
| 84 | 84 | * CirclesManager constructor. |
| 85 | 85 | * |
| 86 | - * @param IUserSession $userSession |
|
| 87 | 86 | * @param FederatedUserService $federatedUserService |
| 88 | 87 | * @param CircleService $circleService |
| 89 | 88 | * @param MemberService $memberService |