File tree Expand file tree Collapse file tree 5 files changed +12
-14
lines changed
app/code/Magento/Reports/Block/Adminhtml/Sales Expand file tree Collapse file tree 5 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid
21
21
protected $ _columnGroupBy = 'period ' ;
22
22
23
23
/**
24
- * { @inheritdoc}
24
+ * @inheritdoc
25
25
* @codeCoverageIgnore
26
26
*/
27
27
protected function _construct ()
@@ -32,7 +32,7 @@ protected function _construct()
32
32
}
33
33
34
34
/**
35
- * { @inheritdoc}
35
+ * @inheritdoc
36
36
*/
37
37
public function getResourceCollectionName ()
38
38
{
@@ -44,7 +44,7 @@ public function getResourceCollectionName()
44
44
}
45
45
46
46
/**
47
- * { @inheritdoc}
47
+ * @inheritdoc
48
48
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
49
49
*/
50
50
protected function _prepareColumns ()
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid
22
22
protected $ _columnGroupBy = 'period ' ;
23
23
24
24
/**
25
- * { @inheritdoc}
25
+ * @inheritdoc
26
26
* @codeCoverageIgnore
27
27
*/
28
28
protected function _construct ()
@@ -32,7 +32,7 @@ protected function _construct()
32
32
}
33
33
34
34
/**
35
- * { @inheritdoc}
35
+ * @inheritdoc
36
36
*/
37
37
public function getResourceCollectionName ()
38
38
{
@@ -42,7 +42,7 @@ public function getResourceCollectionName()
42
42
}
43
43
44
44
/**
45
- * { @inheritdoc}
45
+ * @inheritdoc
46
46
*/
47
47
protected function _prepareColumns ()
48
48
{
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid
22
22
protected $ _columnGroupBy = 'period ' ;
23
23
24
24
/**
25
- * { @inheritdoc}
25
+ * @inheritdoc
26
26
* @codeCoverageIgnore
27
27
*/
28
28
protected function _construct ()
@@ -32,7 +32,7 @@ protected function _construct()
32
32
}
33
33
34
34
/**
35
- * { @inheritdoc}
35
+ * @inheritdoc
36
36
*/
37
37
public function getResourceCollectionName ()
38
38
{
@@ -42,7 +42,7 @@ public function getResourceCollectionName()
42
42
}
43
43
44
44
/**
45
- * { @inheritdoc}
45
+ * @inheritdoc
46
46
*/
47
47
protected function _prepareColumns ()
48
48
{
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid
22
22
protected $ _columnGroupBy = 'period ' ;
23
23
24
24
/**
25
- * { @inheritdoc}
25
+ * @inheritdoc
26
26
* @codeCoverageIgnore
27
27
*/
28
28
protected function _construct ()
@@ -33,7 +33,7 @@ protected function _construct()
33
33
}
34
34
35
35
/**
36
- * { @inheritdoc}
36
+ * @inheritdoc
37
37
*/
38
38
public function getResourceCollectionName ()
39
39
{
@@ -43,7 +43,7 @@ public function getResourceCollectionName()
43
43
}
44
44
45
45
/**
46
- * { @inheritdoc}
46
+ * @inheritdoc
47
47
*/
48
48
protected function _prepareColumns ()
49
49
{
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid
22
22
protected $ _columnGroupBy = 'period ' ;
23
23
24
24
/**
25
- * Config factory
26
- *
27
25
* @var \Magento\Sales\Model\Order\ConfigFactory
28
26
*/
29
27
protected $ _configFactory ;
You can’t perform that action at this time.
0 commit comments