Skip to content

Commit 6dd05c1

Browse files
author
Robert He
committed
MAGETWO-33665 : Refactor Quote module to use mutable data object interfaces
-- fixes from code review -- fixes to testcases
1 parent 4693537 commit 6dd05c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Api/Data/AddressInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ public function setVatId($vatId);
308308
/**
309309
* Get customer id
310310
*
311-
* @return int
311+
* @return int|null
312312
*/
313313
public function getCustomerId();
314314

0 commit comments

Comments
 (0)