Completed
Pull Request — master (#551)
by Maxence
02:35
created
lib/Model/Circle.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -299,7 +299,7 @@
 block discarded – undo
299 299
 
300 300
 
301 301
 	/**
302
-	 * @param array $members
302
+	 * @param Member[] $members
303 303
 	 *
304 304
 	 * @return self
305 305
 	 */
Please login to merge, or discard this patch.
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.