Completed
Pull Request — master (#637)
by Maxence
03:00
created
lib/Command/CirclesCheck.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.
lib/Service/MembersService.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -353,8 +353,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.
lib/Model/Federated/FederatedEvent.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 	 */
Please login to merge, or discard this patch.
lib/Service/GSUpstreamService.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
lib/CirclesManager.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.