From 67d81bac8d963790b4103610627900a1dbef4336 Mon Sep 17 00:00:00 2001 From: Nikos Papadakis Date: Fri, 7 Jan 2022 11:28:47 +0200 Subject: [PATCH] Fix PHPDoc Type --- plugins/woocommerce/includes/class-wc-product-attribute.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce/includes/class-wc-product-attribute.php b/plugins/woocommerce/includes/class-wc-product-attribute.php index 8aae62fc8fe..3af608af8ae 100644 --- a/plugins/woocommerce/includes/class-wc-product-attribute.php +++ b/plugins/woocommerce/includes/class-wc-product-attribute.php @@ -152,7 +152,7 @@ class WC_Product_Attribute implements ArrayAccess { /** * Set name (this is the attribute name or taxonomy). * - * @param int $value Attribute name. + * @param string $value Attribute name. */ public function set_name( $value ) { $this->data['name'] = $value;