Completed
Push — master ( fc386f...14b40e )
by Mike
08:03
created
includes/class-wc-customer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -632,7 +632,7 @@
 block discarded – undo
632 632
 	/**
633 633
 	 * Set the number of orders this customer has.
634 634
 	 * @since 2.7.0
635
-	 * @param integer $order_count
635
+	 * @param integer $orders_count
636 636
 	 */
637 637
 	public function set_orders_count( $orders_count ) {
638 638
 		$this->_data['orders_count'] = $orders_count;
Please login to merge, or discard this patch.