Completed
Pull Request — master (#5378)
by Brandon
25:43 queued 13:57
created
modules/carousel/jetpack-carousel.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
 	 * Asset Version.
156 156
 	 *
157 157
 	 * @access public
158
-	 * @param mixed $version Version.
158
+	 * @param string $version Version.
159 159
 	 * @return $version Version.
160 160
 	 */
161 161
 	function asset_version( $version ) {
@@ -673,7 +673,7 @@  discard block
 block discarded – undo
673 673
 	 * Settings Checkbox.
674 674
 	 *
675 675
 	 * @access public
676
-	 * @param mixed  $name Name.
676
+	 * @param string  $name Name.
677 677
 	 * @param mixed  $label_text Label Text.
678 678
 	 * @param string $extra_text (default: '') Extra text.
679 679
 	 * @param bool   $default_to_checked (default: true) Default Checked.
@@ -698,7 +698,7 @@  discard block
 block discarded – undo
698 698
 	 * Select Settings.
699 699
 	 *
700 700
 	 * @access public
701
-	 * @param mixed  $name Name.
701
+	 * @param string  $name Name.
702 702
 	 * @param mixed  $values Values.
703 703
 	 * @param string $extra_text (default: '') Extra Text.
704 704
 	 * @return void
Please login to merge, or discard this patch.