We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cb04e3 + fd2bd49 commit 40e46dbCopy full SHA for 40e46db
app/code/Magento/Directory/Model/AllowedCountries.php
@@ -1,7 +1,7 @@
1
<?php
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
+ * Copyright 2016 Adobe
+ * All Rights Reserved.
5
*/
6
7
namespace Magento\Directory\Model;
@@ -18,7 +18,7 @@
18
19
class AllowedCountries
20
{
21
- const ALLOWED_COUNTRIES_PATH = 'general/country/allow';
+ public const ALLOWED_COUNTRIES_PATH = 'general/country/allow';
22
23
24
* @var ScopeConfigInterface
@@ -47,7 +47,7 @@ public function __construct(
47
* Retrieve all allowed countries for scope or scopes
48
*
49
* @param string $scope
50
- * @param string|null $scopeCode
+ * @param string|null|array $scopeCode
51
* @return array
52
* @since 100.1.2
53
0 commit comments