Completed
Branch master (801db2)
by
unknown
26:56
created
includes/deferred/LinksDeletionUpdate.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -163,6 +163,9 @@
 block discarded – undo
163 163
 		} );
164 164
 	}
165 165
 
166
+	/**
167
+	 * @param string $table
168
+	 */
166 169
 	private function batchDeleteByPK( $table, array $conds, array $pk, $bSize ) {
167 170
 		$dbw = $this->mDb; // convenience
168 171
 		$res = $dbw->select( $table, $pk, $conds, __METHOD__ );
Please login to merge, or discard this patch.