Completed
Push — master ( ab2e37...f0a9c0 )
by Henry
13:19 queued 11:13
created
includes/Db.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -219,7 +219,7 @@
 block discarded – undo
219 219
 	 * @since 2.2.0
220 220
 	 *
221 221
 	 * @param string $table name of the table
222
-	 * @param string|array $constraint constraint as needed
222
+	 * @param string $constraint constraint as needed
223 223
 	 * @param string $tableAlias alias of the table
224 224
 	 *
225 225
 	 * @return self
Please login to merge, or discard this patch.
includes/Request.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -218,7 +218,7 @@  discard block
 block discarded – undo
218 218
 	 * @since 2.2.0
219 219
 	 *
220 220
 	 * @param string $key key of the item
221
-	 * @param string|array|null $value value of the item
221
+	 * @param null|string $value value of the item
222 222
 	 */
223 223
 
224 224
 	public function setPost(string $key = null, $value = null) : void
@@ -232,7 +232,7 @@  discard block
 block discarded – undo
232 232
 	 * @since 3.0.0
233 233
 	 *
234 234
 	 * @param string $key key of the item
235
-	 * @param string|array|null $value value of the item
235
+	 * @param string $value value of the item
236 236
 	 */
237 237
 
238 238
 	public function setFiles(string $key = null, $value = null) : void
@@ -260,7 +260,7 @@  discard block
 block discarded – undo
260 260
 	 * @since 2.2.0
261 261
 	 *
262 262
 	 * @param string $key key of the item
263
-	 * @param string|array|null $value value of the item
263
+	 * @param string $value value of the item
264 264
 	 */
265 265
 
266 266
 	public function setCookie(string $key = null, $value = null) : void
Please login to merge, or discard this patch.