Completed
Push — update/colors-57 ( 460ca0 )
by Jeremy
56:59 queued 46:48
created
projects/plugins/jetpack/modules/likes.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -234,6 +234,9 @@  discard block
 block discarded – undo
234 234
 	<?php
235 235
 	}
236 236
 
237
+	/**
238
+	 * @param string $option
239
+	 */
237 240
 	function admin_likes_get_option($option)
238 241
 	{
239 242
 		if (defined('IS_WPCOM') && IS_WPCOM) {
@@ -483,6 +486,9 @@  discard block
 block discarded – undo
483 486
 		return $columns;
484 487
 	}
485 488
 
489
+	/**
490
+	 * @param string $content
491
+	 */
486 492
 	function post_likes($content)
487 493
 	{
488 494
 		$post_id = get_the_ID();
Please login to merge, or discard this patch.
projects/plugins/jetpack/modules/publicize/ui.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -582,7 +582,7 @@
 block discarded – undo
582 582
 			 *
583 583
 			 * @param array $connections_data
584 584
 			 *
585
-			 * @return array {
585
+			 * @return string {
586 586
 			 *     Array of content for generating connection form.
587 587
 			 *
588 588
 			 *     @type string HTML content of form
Please login to merge, or discard this patch.