Skip to content

Commit cb0c23d

Browse files
authored
Merge pull request woocommerce#22244 from faisal-alvi/fix-22234
Fix-22234
2 parents dd816cf + cbafb8e commit cb0c23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-wc-product-attribute.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public function get_id() {
212212
/**
213213
* Get name.
214214
*
215-
* @return int
215+
* @return string
216216
*/
217217
public function get_name() {
218218
return $this->data['name'];

0 commit comments

Comments
 (0)