Fix PHPDoc Type

This commit is contained in:
Nikos Papadakis 2022-01-07 11:28:47 +02:00
parent 0ef47d3fef
commit 67d81bac8d
1 changed files with 1 additions and 1 deletions

View File

@ -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;