Skip to content

Commit cf6e875

Browse files
author
Dimitri BOUTEILLE
committed
Fix review
1 parent 7954b26 commit cf6e875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/App/Config/ScopeConfigInterface.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ interface ScopeConfigInterface
2222
*
2323
* @param string $path The path through the tree of configuration values, e.g., 'general/store_information/name'
2424
* @param string $scopeType The scope to use to determine config value, e.g., 'store' or 'default'
25-
* @param null|int|string|\Magento\Store\Api\Data\StoreInterface $scopeCode
25+
* @param null|int|string|\Magento\Framework\App\ScopeInterface $scopeCode
2626
* @return mixed
2727
*/
2828
public function getValue($path, $scopeType = ScopeConfigInterface::SCOPE_TYPE_DEFAULT, $scopeCode = null);
@@ -32,7 +32,7 @@ public function getValue($path, $scopeType = ScopeConfigInterface::SCOPE_TYPE_DE
3232
*
3333
* @param string $path The path through the tree of configuration values, e.g., 'general/store_information/name'
3434
* @param string $scopeType The scope to use to determine config value, e.g., 'store' or 'default'
35-
* @param null|int|string|\Magento\Store\Api\Data\StoreInterface $scopeCode
35+
* @param null|int|string|\Magento\Framework\App\ScopeInterface $scopeCode
3636
* @return bool
3737
*/
3838
public function isSetFlag($path, $scopeType = ScopeConfigInterface::SCOPE_TYPE_DEFAULT, $scopeCode = null);

0 commit comments

Comments
 (0)