Skip to content

Commit af8b297

Browse files
Merge remote-tracking branch '38809/patch-1' into julprs
2 parents 643eb35 + e404b71 commit af8b297

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Composite/Fieldset/Configurable.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/**
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.
75
*/
86
namespace Magento\ConfigurableProduct\Block\Adminhtml\Product\Composite\Fieldset;
97

@@ -101,7 +99,7 @@ public function getCurrentStore()
10199
}
102100

103101
/**
104-
* Returns additional values for js config, con be overridden by descendants
102+
* Returns additional values for js config, can be overridden by descendants
105103
*
106104
* @return array
107105
*/

app/code/Magento/ConfigurableProduct/Block/Product/View/Type/Configurable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public function getCurrentStore()
203203
}
204204

205205
/**
206-
* Returns additional values for js config, con be overridden by descendants
206+
* Returns additional values for js config, can be overridden by descendants
207207
*
208208
* @return array
209209
*/

0 commit comments

Comments
 (0)