We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9d2e3 commit 5bda730Copy full SHA for 5bda730
app/code/Magento/Customer/Block/Address/Grid.php
@@ -165,7 +165,7 @@ public function getStreetAddress(\Magento\Customer\Api\Data\AddressInterface $ad
165
* @param string $countryCode
166
* @return string
167
*/
168
- public function getCountryByCode($countryCode): string
+ public function getCountryByCode(string $countryCode): string
169
{
170
/** @var \Magento\Directory\Model\Country $country */
171
$country = $this->countryFactory->create();
0 commit comments