Skip to content

Commit

Permalink
Update NodeInterface.php fix return type for getCustomerGroups functi…
Browse files Browse the repository at this point in the history
…on (#333)

Add missing @return type to recently added getCustomerGroups function.
  • Loading branch information
chrisastley authored Aug 7, 2024
1 parent 12ea130 commit 962ba27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Api/Data/NodeInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public function setSelectedItemId($selectedItemId);

/**
* Get customer groups
*
* @return mixed[]
*/
public function getCustomerGroups();

Expand Down

0 comments on commit 962ba27

Please sign in to comment.