Skip to content

Commit d4972dc

Browse files
author
niravkrish
committed
Fixed - Category API update Issue required name on update
1 parent c224526 commit d4972dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Api/Data/CategoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function setParentId($parentId);
7474
/**
7575
* Get category name
7676
*
77-
* @return string
77+
* @return string|null
7878
*/
7979
public function getName();
8080

0 commit comments

Comments
 (0)