From a1622330dda0a41cf808b66438f0c52cf5aca26a Mon Sep 17 00:00:00 2001
From: Joan He <joan@x.com>
Date: Wed, 29 Apr 2015 15:03:20 -0500
Subject: [PATCH] MAGETWO-32624: Investigate and Annotate @api to classes
 and/or methods

- fixed static test failures
---
 app/code/Magento/Store/Model/Config/Reader/DefaultReader.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app/code/Magento/Store/Model/Config/Reader/DefaultReader.php b/app/code/Magento/Store/Model/Config/Reader/DefaultReader.php
index 189753ef58a..7bb99813694 100644
--- a/app/code/Magento/Store/Model/Config/Reader/DefaultReader.php
+++ b/app/code/Magento/Store/Model/Config/Reader/DefaultReader.php
@@ -8,6 +8,7 @@
 namespace Magento\Store\Model\Config\Reader;
 
 use Magento\Framework\App\Config\ScopeConfigInterface;
+use Magento\Framework\Exception\LocalizedException;
 
 class DefaultReader implements \Magento\Framework\App\Config\Scope\ReaderInterface
 {
@@ -45,7 +46,7 @@ class DefaultReader implements \Magento\Framework\App\Config\Scope\ReaderInterfa
      * Read configuration data
      *
      * @param null|string $scope
-     * @throws \Magento\Framework\Exception\LocalizedException Exception is thrown when scope other than default is given
+     * @throws LocalizedException Exception is thrown when scope other than default is given
      * @return array
      */
     public function read($scope = null)
-- 
GitLab