Completed
Pull Request — master (#603)
by John
02:40
created
lib/Db/CircleProviderRequest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -40,10 +40,10 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
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/Db/CoreQueryBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -644,7 +644,7 @@
 block discarded – undo
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
 	 */
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.