Skip to content

Commit 31a098b

Browse files
author
Marcel Hauri
committed
[fix] PHPDoc tag param $addressId had none type hint
1 parent e03c9a3 commit 31a098b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/InstantPurchase/Model/InstantPurchaseOptionLoadingFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function create(
100100
/**
101101
* Loads customer address model by identifier.
102102
*
103-
* @param $addressId
103+
* @param int $addressId
104104
* @return Address
105105
*/
106106
private function getAddress($addressId): Address

0 commit comments

Comments
 (0)