Completed
Pull Request — master (#497)
by Stephan
74:47 queued 54:47
created
formats/media/MediaPlayer.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -200,7 +200,6 @@
 block discarded – undo
200 200
 	 * @since 1.9
201 201
 	 *
202 202
 	 * @param string $label
203
-	 * @param integer $type
204 203
 	 * @param SMWDataValue $dataValue
205 204
 	 * @param string $mediaType
206 205
 	 * @param string $mimeType
Please login to merge, or discard this patch.
src/vCard/vCardFileExportPrinter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -236,6 +236,9 @@
 block discarded – undo
236 236
 		return true;
237 237
 	}
238 238
 
239
+	/**
240
+	 * @param vCard $vCard
241
+	 */
239 242
 	private function mapField( $field, $vCard, &$tels, &$addresses, &$emails ) {
240 243
 
241 244
 		$printRequest = $field->getPrintRequest();
Please login to merge, or discard this patch.