@@ -50,12 +50,12 @@ class Address extends \Magento\Framework\App\Action\Action
50
50
protected $ _dataProcessor ;
51
51
52
52
/**
53
- * @var \Magento\Backend\Model\View\ Result\RedirectFactory
53
+ * @var \Magento\Framework\Controller\ Result\Redirect
54
54
*/
55
55
protected $ resultRedirectFactory ;
56
56
57
57
/**
58
- * @var \Magento\Backend\Model\View \Result\ForwardFactory
58
+ * @var \Magento\Framework\Controller \Result\ForwardFactory
59
59
*/
60
60
protected $ resultForwardFactory ;
61
61
@@ -73,8 +73,8 @@ class Address extends \Magento\Framework\App\Action\Action
73
73
* @param \Magento\Customer\Api\Data\AddressDataBuilder $addressDataBuilder
74
74
* @param \Magento\Customer\Api\Data\RegionDataBuilder $regionDataBuilder
75
75
* @param \Magento\Framework\Reflection\DataObjectProcessor $dataProcessor
76
- * @param \Magento\Backend\Model\View \Result\RedirectFactory $resultRedirectFactory
77
- * @param \Magento\Backend\Model\View \Result\ForwardFactory $resultForwardFactory
76
+ * @param \Magento\Framework\Controller \Result\RedirectFactory $resultRedirectFactory
77
+ * @param \Magento\Framework\Controller \Result\ForwardFactory $resultForwardFactory
78
78
* @param \Magento\Framework\View\Result\PageFactory $resultPageFactory
79
79
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
80
80
*/
@@ -87,8 +87,8 @@ public function __construct(
87
87
\Magento \Customer \Api \Data \AddressDataBuilder $ addressDataBuilder ,
88
88
\Magento \Customer \Api \Data \RegionDataBuilder $ regionDataBuilder ,
89
89
\Magento \Framework \Reflection \DataObjectProcessor $ dataProcessor ,
90
- \Magento \Backend \ Model \ View \Result \RedirectFactory $ resultRedirectFactory ,
91
- \Magento \Backend \ Model \ View \Result \ForwardFactory $ resultForwardFactory ,
90
+ \Magento \Framework \ Controller \Result \RedirectFactory $ resultRedirectFactory ,
91
+ \Magento \Framework \ Controller \Result \ForwardFactory $ resultForwardFactory ,
92
92
\Magento \Framework \View \Result \PageFactory $ resultPageFactory
93
93
) {
94
94
$ this ->_customerSession = $ customerSession ;
0 commit comments