@@ -45,12 +45,12 @@ class Observer extends \Magento\Framework\Model\AbstractModel
45
45
protected $ productTypeConfig ;
46
46
47
47
/**
48
- * @param \Magento\Tax\Helper\Data $taxData
49
48
* @param \Magento\Framework\Model\Context $context
50
49
* @param \Magento\Framework\Registry $registry
51
50
* @param \Magento\Framework\View\LayoutInterface $layout
52
51
* @param Tax $weeeTax
53
52
* @param \Magento\Weee\Helper\Data $weeeData
53
+ * @param \Magento\Tax\Helper\Data $taxData
54
54
* @param \Magento\Catalog\Model\Product\Type $productType
55
55
* @param \Magento\Catalog\Model\ProductTypes\ConfigInterface $productTypeConfig
56
56
* @param \Magento\Framework\Model\Resource\AbstractResource $resource
@@ -59,21 +59,21 @@ class Observer extends \Magento\Framework\Model\AbstractModel
59
59
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
60
60
*/
61
61
public function __construct (
62
- \Magento \Tax \Helper \Data $ taxData ,
63
62
\Magento \Framework \Model \Context $ context ,
64
63
\Magento \Framework \Registry $ registry ,
65
64
\Magento \Framework \View \LayoutInterface $ layout ,
66
65
Tax $ weeeTax ,
67
66
\Magento \Weee \Helper \Data $ weeeData ,
67
+ \Magento \Tax \Helper \Data $ taxData ,
68
68
\Magento \Catalog \Model \Product \Type $ productType ,
69
69
\Magento \Catalog \Model \ProductTypes \ConfigInterface $ productTypeConfig ,
70
70
\Magento \Framework \Model \Resource \AbstractResource $ resource = null ,
71
71
\Magento \Framework \Data \Collection \Db $ resourceCollection = null ,
72
72
array $ data = []
73
73
) {
74
- $ this ->_taxData = $ taxData ;
75
74
$ this ->_layout = $ layout ;
76
75
$ this ->_weeeTax = $ weeeTax ;
76
+ $ this ->_taxData = $ taxData ;
77
77
$ this ->_productType = $ productType ;
78
78
$ this ->_weeeData = $ weeeData ;
79
79
$ this ->productTypeConfig = $ productTypeConfig ;
0 commit comments