We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d0fec commit a162233Copy full SHA for a162233
app/code/Magento/Store/Model/Config/Reader/DefaultReader.php
@@ -8,6 +8,7 @@
8
namespace Magento\Store\Model\Config\Reader;
9
10
use Magento\Framework\App\Config\ScopeConfigInterface;
11
+use Magento\Framework\Exception\LocalizedException;
12
13
class DefaultReader implements \Magento\Framework\App\Config\Scope\ReaderInterface
14
{
@@ -45,7 +46,7 @@ public function __construct(
45
46
* Read configuration data
47
*
48
* @param null|string $scope
- * @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
50
* @return array
51
*/
52
public function read($scope = null)
0 commit comments