Completed
Pull Request — master (#10955)
by Mark
07:27
created
includes/wc-product-functions.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -701,7 +701,6 @@
 block discarded – undo
701 701
 /**
702 702
  * Gets data about an attachment, such as alt text and captions.
703 703
  * @since 2.6.0
704
- * @param int $thumbnail_id
705 704
  * @param object|bool $product
706 705
  * @return array
707 706
  */
Please login to merge, or discard this patch.
includes/class-wc-install.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -240,6 +240,7 @@
 block discarded – undo
240 240
 
241 241
 	/**
242 242
 	 * Update DB version to current.
243
+	 * @param string $version
243 244
 	 */
244 245
 	public static function update_db_version( $version = null ) {
245 246
 		delete_option( 'woocommerce_db_version' );
Please login to merge, or discard this patch.