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 11<?php
2+
23/**
3- * Obsolete configuration nodes
4- *
5- * Format: <class_name> => <replacement>
6- *
74 * Copyright © Magento, Inc. All rights reserved.
85 * See COPYING.txt for license details.
96 */
107
118// @codingStandardsIgnoreStart
129
10+ /**
11+ * Obsolete configuration nodes
12+ *
13+ * Format: <class_name> => <replacement>
14+ */
1315return [
1416 '/config/global/fieldsets ' => '' ,
1517 '/config/global/cache/betatypes ' => '' ,
Original file line number Diff line number Diff line change 11<?php
2+
23/**
3- * Obsolete configuration nodes, specific for EE
4- *
5- * Format: <class_name> => <replacement>
6- *
74 * Copyright © Magento, Inc. All rights reserved.
85 * See COPYING.txt for license details.
96 */
107
8+ /**
9+ * Obsolete configuration nodes
10+ *
11+ * Format: <class_name> => <replacement>
12+ */
1113return [
1214 '/config/global/full_page_cache ' => '/config/global/cache_advanced/full_page ' ,
1315 '/config/adminhtml/enterprise/admingws ' => 'This configuration moved to admingws.xml file ' ,
You can’t perform that action at this time.
0 commit comments