Skip to content

Commit a162233

Browse files
author
Joan He
committed
MAGETWO-32624: Investigate and Annotate @api to classes and/or methods
- fixed static test failures
1 parent 49d0fec commit a162233

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Store/Model/Config/Reader/DefaultReader.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
namespace Magento\Store\Model\Config\Reader;
99

1010
use Magento\Framework\App\Config\ScopeConfigInterface;
11+
use Magento\Framework\Exception\LocalizedException;
1112

1213
class DefaultReader implements \Magento\Framework\App\Config\Scope\ReaderInterface
1314
{
@@ -45,7 +46,7 @@ public function __construct(
4546
* Read configuration data
4647
*
4748
* @param null|string $scope
48-
* @throws \Magento\Framework\Exception\LocalizedException Exception is thrown when scope other than default is given
49+
* @throws LocalizedException Exception is thrown when scope other than default is given
4950
* @return array
5051
*/
5152
public function read($scope = null)

0 commit comments

Comments
 (0)