Skip to content

Commit 42c534c

Browse files
committed
#27952: missing store_name in GraphQL resolver - small amendments with class names
1 parent 1e6c55a commit 42c534c

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

app/code/Magento/Store/Api/Data/StoreConfigInterface.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
namespace Magento\Store\Api\Data;
77

88
/**
9-
* StoreConfig interface
109
* Interface for store config
10+
*
1111
* @api
12-
* @since 100.0.2
1312
*/
1413
interface StoreConfigInterface extends \Magento\Framework\Api\ExtensibleDataInterface
1514
{

app/code/Magento/Store/Model/Data/StoreConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
namespace Magento\Store\Model\Data;
77

88
/**
9-
* Class StoreConfig
109
* Allows to get and set store config values
10+
*
1111
* @codeCoverageIgnore
1212
*/
1313
class StoreConfig extends \Magento\Framework\Api\AbstractExtensibleObject implements

app/code/Magento/Store/Model/Service/StoreConfigManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
namespace Magento\Store\Model\Service;
77

88
/**
9-
* Class StoreConfigManager
109
* Allows to get store config
1110
*/
1211
class StoreConfigManager implements \Magento\Store\Api\StoreConfigManagerInterface

0 commit comments

Comments
 (0)