fill in @since version number for WC_CLI_Tracker_Command

Co-authored-by: Claudio Sanches <contato@claudiosanches.com>
This commit is contained in:
Rua Haszard 2021-06-02 15:29:14 +12:00 committed by GitHub
parent e0ff75f826
commit afb59d060c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if ( ! defined( 'ABSPATH' ) ) {
/**
* Allows access to tracker snapshot for transparency and debugging.
*
* @since x.x.x
* @since 5.5.0
* @package WooCommerce
*/
class WC_CLI_Tracker_Command {