From 08e441149b83e57782d231327fe251548d7ebdb3 Mon Sep 17 00:00:00 2001 From: JeroenSormani Date: Wed, 15 Mar 2017 09:46:17 +0100 Subject: [PATCH] Remove @(deprecated) sign from docblock to prevent false notice in editors --- includes/abstracts/abstract-wc-product.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/abstracts/abstract-wc-product.php b/includes/abstracts/abstract-wc-product.php index 8f2759fa09e..78c5136c58d 100644 --- a/includes/abstracts/abstract-wc-product.php +++ b/includes/abstracts/abstract-wc-product.php @@ -130,7 +130,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get internal type. Should return string and *should be overridden* by child classes. * - * The product_type property is @deprecated but is used here for BW compat with child classes which may be defining product_type and not have a get_type method. + * The product_type property is deprecated but is used here for BW compat with child classes which may be defining product_type and not have a get_type method. * * @since 2.7.0 * @return string