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 3f7dcf0 commit 46cc0e5Copy full SHA for 46cc0e5
app/code/Magento/Config/ViewModel/CountryFilter.php
@@ -36,9 +36,9 @@ public function __construct(
36
* Fetch EU countries list
37
*
38
* @param Int|null $storeId
39
- * @return false|string[]
+ * @return array
40
*/
41
- public function getEuCountryList($storeId = null)
+ public function getEuCountryList(int $storeId = null): array
42
{
43
$euCountries = explode(
44
',',
0 commit comments