Add @since tag to docblock

This commit is contained in:
Thomas Roberts 2024-07-17 16:17:15 +01:00
parent e706f65e76
commit 3f6d05fedb
No known key found for this signature in database
GPG Key ID: 0262BEBCBE336365
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class WC_Shipping_Rate {
* Stores data for this rate. * Stores data for this rate.
* *
* @since 3.2.0 * @since 3.2.0
* @since 9.2.0 Added description and delivery_time.
* @var array * @var array
*/ */
protected $data = array( protected $data = array(