Completed
Push — master ( f1e0df...7f9031 )
by Henry
07:35
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/Mailer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
 	 * @param array $fromArray array of the sender
107 107
 	 * @param string $subject subject of the email
108 108
 	 * @param string|array $body body of the email
109
-	 * @param array|null $attachmentArray array of the attachments
109
+	 * @param string[] $attachmentArray array of the attachments
110 110
 	 */
111 111
 
112 112
 	public function init(array $toArray = [], array $fromArray = [], string $subject = null, $body = null, ?array $attachmentArray = []) : void
Please login to merge, or discard this patch.