Skip to content

Commit a3ea219

Browse files
author
Yu Tang
committed
MAGETWO-33658: Refactor Catalog module to use mutable data object interfaces
- Fixed annotation
1 parent 12cc562 commit a3ea219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function setIsActive($isActive);
7474
public function getPosition();
7575

7676
/**
77-
* Get category position
77+
* Set category position
7878
*
7979
* @param int $position
8080
* @return $this

0 commit comments

Comments
 (0)