Add @since tag to docblock
This commit is contained in:
parent
e706f65e76
commit
3f6d05fedb
|
@ -19,6 +19,7 @@ class WC_Shipping_Rate {
|
|||
* Stores data for this rate.
|
||||
*
|
||||
* @since 3.2.0
|
||||
* @since 9.2.0 Added description and delivery_time.
|
||||
* @var array
|
||||
*/
|
||||
protected $data = array(
|
||||
|
|
Loading…
Reference in New Issue