File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Bundle/Ui/DataProvider/Product/Modifier Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,17 +40,17 @@ class SpecialPriceAttributes implements ModifierInterface
40
40
* PriceAttributes constructor.
41
41
*
42
42
* @param DirectoryCurrency $directoryCurrency
43
- * @param array $priceAttributeList
44
43
* @param ResolverInterface $localeResolver
44
+ * @param array $priceAttributeList
45
45
*/
46
46
public function __construct (
47
47
DirectoryCurrency $ directoryCurrency ,
48
- array $ priceAttributeList = [] ,
49
- ResolverInterface $ localeResolver
48
+ ResolverInterface $ localeResolver ,
49
+ array $ priceAttributeList = []
50
50
) {
51
- $ this ->priceAttributeList = $ priceAttributeList ;
52
51
$ this ->directoryCurrency = $ directoryCurrency ;
53
52
$ this ->localeResolver = $ localeResolver ;
53
+ $ this ->priceAttributeList = $ priceAttributeList ;
54
54
}
55
55
56
56
/**
You can’t perform that action at this time.
0 commit comments