WC_Discounts| Type PHPDoc Fix

This commit is contained in:
Khan M Rashedun-Naby 2018-06-06 00:57:49 +06:00
parent 839d52d153
commit a89161c8bf
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class WC_Discounts {
* Reference to cart or order object. * Reference to cart or order object.
* *
* @since 3.2.0 * @since 3.2.0
* @var array * @var WC_Cart|WC_Order
*/ */
protected $object; protected $object;