Skip to content

Commit 61dc286

Browse files
ENGCOM-6782: Fixed #26513 #26628
- Merge Pull Request #26628 from vikalps4/magento2:vikalp2.4 - Merged commits: 1. df14b1c
2 parents 90a479f + df14b1c commit 61dc286

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)