Skip to content

Commit 7954b26

Browse files
committed
39199: fix static failures
1 parent 33ba280 commit 7954b26

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22
/**
3-
*
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
3+
* Copyright 2013 Adobe
4+
* All Rights Reserved.
65
*/
6+
77
namespace Magento\Framework\App;
88

99
use Magento\Framework\App\Config\ConfigTypeInterface;

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

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/**
3-
* Configuration interface
4-
*
5-
* Copyright © Magento, Inc. All rights reserved.
6-
* See COPYING.txt for license details.
3+
* Copyright 2011 Adobe
4+
* All Rights Reserved.
75
*/
86

97
namespace Magento\Framework\App\Config;
@@ -17,7 +15,7 @@ interface ScopeConfigInterface
1715
/**
1816
* Default scope type
1917
*/
20-
const SCOPE_TYPE_DEFAULT = 'default';
18+
public const SCOPE_TYPE_DEFAULT = 'default';
2119

2220
/**
2321
* Retrieve config value by path and scope.

0 commit comments

Comments
 (0)