Merge pull request #31587 from esprssoo/trunk

Fix PHPDoc Type
This commit is contained in:
Vedanshu Jain 2022-01-13 21:21:11 +05:30 committed by GitHub
commit 4f8540a6c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;