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 3de8f9e commit dc90b53Copy full SHA for dc90b53
dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php
@@ -1,9 +1,7 @@
1
<?php
2
/**
3
- * Application configuration object. Used to access configuration when application is installed.
4
- *
5
- * Copyright © Magento, Inc. All rights reserved.
6
- * See COPYING.txt for license details.
+ * Copyright 2019 Adobe
+ * All Rights Reserved.
7
*/
8
declare(strict_types=1);
9
@@ -17,7 +15,7 @@
17
15
use Magento\Store\Model\ScopeInterface;
18
16
19
20
- * @inheritdoc
+ * Application configuration object. Used to access configuration when application is installed.
21
22
class ApiMutableScopeConfig implements MutableScopeConfigInterface
23
{
0 commit comments