Skip to content

Commit 5bda730

Browse files
committed
MAGETWO-94347: Implement handling of large number of addresses on storefront Address book
1 parent 1d9d2e3 commit 5bda730

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Customer/Block/Address

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Block/Address/Grid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function getStreetAddress(\Magento\Customer\Api\Data\AddressInterface $ad
165165
* @param string $countryCode
166166
* @return string
167167
*/
168-
public function getCountryByCode($countryCode): string
168+
public function getCountryByCode(string $countryCode): string
169169
{
170170
/** @var \Magento\Directory\Model\Country $country */
171171
$country = $this->countryFactory->create();

0 commit comments

Comments
 (0)