Fix PHPDoc Type
This commit is contained in:
parent
0ef47d3fef
commit
67d81bac8d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue