Skip to content

Commit 7e25478

Browse files
author
Dale Sikkema
committed
MAGETWO-35004: Investigate and Annotate @api to classes and/or methods
1 parent 7adc33a commit 7e25478

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dev/tests/integration/testsuite/Magento/Backend/Model/Locale/ResolverTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\Backend\Model\Locale;
7+
78
use Magento\Framework\Locale\Resolver;
89

910
/**

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ interface ScopeConfigInterface
2626
* @param null|string $scopeCode
2727
* @return mixed
2828
*/
29-
public function getValue($path, $scope = \Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_DEFAULT, $scopeCode = null);
29+
public function getValue($path, $scope = ScopeConfigInterface::SCOPE_DEFAULT, $scopeCode = null);
3030

3131
/**
3232
* Retrieve config flag by path and scope
@@ -36,5 +36,5 @@ public function getValue($path, $scope = \Magento\Framework\App\Config\ScopeConf
3636
* @param null|string $scopeCode
3737
* @return bool
3838
*/
39-
public function isSetFlag($path, $scope = \Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_DEFAULT, $scopeCode = null);
39+
public function isSetFlag($path, $scope = ScopeConfigInterface::SCOPE_DEFAULT, $scopeCode = null);
4040
}

0 commit comments

Comments
 (0)