Skip to content

Commit 92f3a0c

Browse files
authored
ENGCOM-6782: Fixed #26513 #26628
2 parents ba8fae3 + 61dc286 commit 92f3a0c

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Quote/Model/Quote

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Model/Quote/Item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ public function getOptionsByCode()
609609
/**
610610
* Add option to item
611611
*
612-
* @param \Magento\Quote\Model\Quote\Item\Option|\Magento\Framework\DataObject $option
612+
* @param \Magento\Quote\Model\Quote\Item\Option|\Magento\Framework\DataObject|array $option
613613
* @return $this
614614
* @throws \Magento\Framework\Exception\LocalizedException
615615
*/

0 commit comments

Comments
 (0)