Skip to content

Commit a460629

Browse files
authored
AC-1003- Reverting Changes
1 parent 1f825c4 commit a460629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ public function setReservedOrderId($reservedOrderId)
702702
/**
703703
* @inheritdoc
704704
*/
705-
public function getCustomerIsGuest(): bool
705+
public function getCustomerIsGuest()
706706
{
707707
return $this->_getData(self::KEY_CUSTOMER_IS_GUEST);
708708
}

0 commit comments

Comments
 (0)