Skip to content

Commit 261ab09

Browse files
space added in declaration
1 parent 0bded20 commit 261ab09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function convert($item, $data = [])
6464
$item
6565
);
6666
if ($item instanceof \Magento\Quote\Model\Quote\Address\Item) {
67-
$orderItemData= array_merge(
67+
$orderItemData = array_merge(
6868
$orderItemData,
6969
$this->objectCopyService->getDataFromFieldset(
7070
'quote_convert_address_item',

0 commit comments

Comments
 (0)