Skip to content

Commit df14b1c

Browse files
author
Vikalp Saxena
authored
Fixed #26513
Added missing Array param type in comment in \Magento\Quote\Model\Quote\Item::addOption #26513
1 parent 4e6f6ae commit df14b1c

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)