Skip to content

Commit 46cc0e5

Browse files
committed
ACP2E-182: Error while validating Store VAT Number
1 parent 3f7dcf0 commit 46cc0e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Config/ViewModel/CountryFilter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ public function __construct(
3636
* Fetch EU countries list
3737
*
3838
* @param Int|null $storeId
39-
* @return false|string[]
39+
* @return array
4040
*/
41-
public function getEuCountryList($storeId = null)
41+
public function getEuCountryList(int $storeId = null): array
4242
{
4343
$euCountries = explode(
4444
',',

0 commit comments

Comments
 (0)