File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
app/code/Magento/ConfigurableProduct/Block
Adminhtml/Product/Composite/Fieldset Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Adminhtml block for fieldset of configurable product
4
- *
5
- * Copyright © Magento, Inc. All rights reserved.
6
- * See COPYING.txt for license details.
3
+ * Copyright 2013 Adobe
4
+ * All Rights Reserved.
7
5
*/
8
6
namespace Magento \ConfigurableProduct \Block \Adminhtml \Product \Composite \Fieldset ;
9
7
@@ -101,7 +99,7 @@ public function getCurrentStore()
101
99
}
102
100
103
101
/**
104
- * Returns additional values for js config, con be overridden by descendants
102
+ * Returns additional values for js config, can be overridden by descendants
105
103
*
106
104
* @return array
107
105
*/
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ public function getCurrentStore()
203
203
}
204
204
205
205
/**
206
- * Returns additional values for js config, con be overridden by descendants
206
+ * Returns additional values for js config, can be overridden by descendants
207
207
*
208
208
* @return array
209
209
*/
You can’t perform that action at this time.
0 commit comments