File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Magento2/Sniffs/Legacy/_files Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
+
2
3
/**
3
- * Obsolete configuration nodes
4
- *
5
- * Format: <class_name> => <replacement>
6
- *
7
4
* Copyright © Magento, Inc. All rights reserved.
8
5
* See COPYING.txt for license details.
9
6
*/
10
7
11
8
// @codingStandardsIgnoreStart
12
9
10
+ /**
11
+ * Obsolete configuration nodes
12
+ *
13
+ * Format: <class_name> => <replacement>
14
+ */
13
15
return [
14
16
'/config/global/fieldsets ' => '' ,
15
17
'/config/global/cache/betatypes ' => '' ,
Original file line number Diff line number Diff line change 1
1
<?php
2
+
2
3
/**
3
- * Obsolete configuration nodes, specific for EE
4
- *
5
- * Format: <class_name> => <replacement>
6
- *
7
4
* Copyright © Magento, Inc. All rights reserved.
8
5
* See COPYING.txt for license details.
9
6
*/
10
7
8
+ /**
9
+ * Obsolete configuration nodes
10
+ *
11
+ * Format: <class_name> => <replacement>
12
+ */
11
13
return [
12
14
'/config/global/full_page_cache ' => '/config/global/cache_advanced/full_page ' ,
13
15
'/config/adminhtml/enterprise/admingws ' => 'This configuration moved to admingws.xml file ' ,
You can’t perform that action at this time.
0 commit comments