Skip to content

Commit 8d41b26

Browse files
committed
AC-1003::Fix return type in getCustomerIsGuest method.
1 parent 2605796 commit 8d41b26

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()
705+
public function getCustomerIsGuest(): bool
706706
{
707707
return $this->_getData(self::KEY_CUSTOMER_IS_GUEST);
708708
}

0 commit comments

Comments
 (0)