File tree 1 file changed +13
-15
lines changed
app/code/Magento/Review/Block/Adminhtml 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
-
7
6
namespace Magento \Review \Block \Adminhtml ;
8
7
9
8
/**
@@ -45,8 +44,7 @@ public function __construct(
45
44
\Magento \Review \Helper \Action \Pager $ reviewActionPager ,
46
45
\Magento \Framework \Registry $ registry ,
47
46
array $ data = []
48
- )
49
- {
47
+ ) {
50
48
$ this ->_coreRegistry = $ registry ;
51
49
$ this ->_reviewActionPager = $ reviewActionPager ;
52
50
$ this ->_reviewFactory = $ reviewFactory ;
@@ -80,12 +78,12 @@ protected function _construct()
80
78
[
81
79
'label ' => __ ('Previous ' ),
82
80
'onclick ' => 'setLocation( \'' . $ this ->getUrl (
83
- 'review/*/* ' ,
84
- [
85
- 'id ' => $ prevId ,
86
- 'ret ' => $ this ->getRequest ()->getParam ('ret ' ),
87
- ]
88
- ) . '\') '
81
+ 'review/*/* ' ,
82
+ [
83
+ 'id ' => $ prevId ,
84
+ 'ret ' => $ this ->getRequest ()->getParam ('ret ' ),
85
+ ]
86
+ ) . '\') '
89
87
],
90
88
3 ,
91
89
10
@@ -141,12 +139,12 @@ protected function _construct()
141
139
[
142
140
'label ' => __ ('Next ' ),
143
141
'onclick ' => 'setLocation( \'' . $ this ->getUrl (
144
- 'review/*/* ' ,
145
- [
146
- 'id ' => $ nextId ,
147
- 'ret ' => $ this ->getRequest ()->getParam ('ret ' ),
148
- ]
149
- ) . '\') '
142
+ 'review/*/* ' ,
143
+ [
144
+ 'id ' => $ nextId ,
145
+ 'ret ' => $ this ->getRequest ()->getParam ('ret ' ),
146
+ ]
147
+ ) . '\') '
150
148
],
151
149
3 ,
152
150
105
You can’t perform that action at this time.
0 commit comments