Completed
Pull Request — master (#551)
by Maxence
03:10 queued 01:14
created
lib/Service/GSUpstreamService.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -180,7 +180,6 @@  discard block
 block discarded – undo
180 180
 	/**
181 181
 	 * @param GSEvent $event
182 182
 	 * @param string $instance
183
-	 * @param string $protocol
184 183
 	 *
185 184
 	 * @throws RequestContentException
186 185
 	 * @throws RequestNetworkException
@@ -329,7 +328,7 @@  discard block
 block discarded – undo
329 328
 
330 329
 
331 330
 	/**
332
-	 * @param array $sync
331
+	 * @param DeprecatedCircle[] $sync
333 332
 	 *
334 333
 	 * @throws GSStatusException
335 334
 	 */
Please login to merge, or discard this patch.
lib/Model/Federated/FederatedEvent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
 	}
112 112
 
113 113
 	/**
114
-	 * @param mixed $class
114
+	 * @param string $class
115 115
 	 *
116 116
 	 * @return self
117 117
 	 */
Please login to merge, or discard this patch.
lib/Service/CircleService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
 	 * @param string $name
122 122
 	 * @param FederatedUser|null $owner
123 123
 	 *
124
-	 * @return Circle
124
+	 * @return SimpleDataStore
125 125
 	 * @throws FederatedEventException
126 126
 	 * @throws InitiatorNotConfirmedException
127 127
 	 * @throws InitiatorNotFoundException
Please login to merge, or discard this patch.
lib/Service/MembershipService.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -173,8 +173,8 @@  discard block
 block discarded – undo
173 173
 
174 174
 
175 175
 	/**
176
-	 * @param array $memberships
177
-	 * @param array $known
176
+	 * @param Membership[] $memberships
177
+	 * @param Membership[] $known
178 178
 	 *
179 179
 	 * @return int
180 180
 	 */
@@ -198,8 +198,8 @@  discard block
 block discarded – undo
198 198
 
199 199
 
200 200
 	/**
201
-	 * @param array $memberships
202
-	 * @param array $known
201
+	 * @param Membership[] $memberships
202
+	 * @param Membership[] $known
203 203
 	 *
204 204
 	 * @return int
205 205
 	 */
Please login to merge, or discard this patch.
lib/Service/ConfigService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
 	/**
173 173
 	 * returns if this type of circle is allowed by the current configuration.
174 174
 	 *
175
-	 * @param $type
175
+	 * @param integer $type
176 176
 	 *
177 177
 	 * @return int
178 178
 	 */
@@ -509,7 +509,7 @@  discard block
 block discarded – undo
509 509
 	/**
510 510
 	 * @param string $type
511 511
 	 *
512
-	 * @return array|bool|mixed
512
+	 * @return string
513 513
 	 * @throws GSStatusException
514 514
 	 */
515 515
 	public function getGSStatus(string $type = '') {
Please login to merge, or discard this patch.
lib/Service/ShareService.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,6 @@
 block discarded – undo
64 64
 
65 65
 	/**
66 66
 	 * @param Circle $circle
67
-	 * @param string $instance
68 67
 	 */
69 68
 	public function syncRemoteShares(Circle $circle) {
70 69
 		$event = new FederatedEvent(SharedItemsSync::class);
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
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
 
111 111
 
112 112
 	/**
113
-	 * @param array $ids
113
+	 * @param string[] $ids
114 114
 	 *
115 115
 	 * @throws InvalidIdException
116 116
 	 */
Please login to merge, or discard this patch.