Skip to content

Commit d21a5e0

Browse files
committed
ACP2E-414:Fixed static test
1 parent 2dcdb7a commit d21a5e0

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
lines changed

app/code/Magento/Reports/Block/Adminhtml/Sales/Coupons/Grid.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid
2121
protected $_columnGroupBy = 'period';
2222

2323
/**
24-
* {@inheritdoc}
24+
* @inheritdoc
2525
* @codeCoverageIgnore
2626
*/
2727
protected function _construct()
@@ -32,7 +32,7 @@ protected function _construct()
3232
}
3333

3434
/**
35-
* {@inheritdoc}
35+
* @inheritdoc
3636
*/
3737
public function getResourceCollectionName()
3838
{
@@ -44,7 +44,7 @@ public function getResourceCollectionName()
4444
}
4545

4646
/**
47-
* {@inheritdoc}
47+
* @inheritdoc
4848
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
4949
*/
5050
protected function _prepareColumns()

app/code/Magento/Reports/Block/Adminhtml/Sales/Invoiced/Grid.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid
2222
protected $_columnGroupBy = 'period';
2323

2424
/**
25-
* {@inheritdoc}
25+
* @inheritdoc
2626
* @codeCoverageIgnore
2727
*/
2828
protected function _construct()
@@ -32,7 +32,7 @@ protected function _construct()
3232
}
3333

3434
/**
35-
* {@inheritdoc}
35+
* @inheritdoc
3636
*/
3737
public function getResourceCollectionName()
3838
{
@@ -42,7 +42,7 @@ public function getResourceCollectionName()
4242
}
4343

4444
/**
45-
* {@inheritdoc}
45+
* @inheritdoc
4646
*/
4747
protected function _prepareColumns()
4848
{

app/code/Magento/Reports/Block/Adminhtml/Sales/Refunded/Grid.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid
2222
protected $_columnGroupBy = 'period';
2323

2424
/**
25-
* {@inheritdoc}
25+
* @inheritdoc
2626
* @codeCoverageIgnore
2727
*/
2828
protected function _construct()
@@ -32,7 +32,7 @@ protected function _construct()
3232
}
3333

3434
/**
35-
* {@inheritdoc}
35+
* @inheritdoc
3636
*/
3737
public function getResourceCollectionName()
3838
{
@@ -42,7 +42,7 @@ public function getResourceCollectionName()
4242
}
4343

4444
/**
45-
* {@inheritdoc}
45+
* @inheritdoc
4646
*/
4747
protected function _prepareColumns()
4848
{

app/code/Magento/Reports/Block/Adminhtml/Sales/Shipping/Grid.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid
2222
protected $_columnGroupBy = 'period';
2323

2424
/**
25-
* {@inheritdoc}
25+
* @inheritdoc
2626
* @codeCoverageIgnore
2727
*/
2828
protected function _construct()
@@ -33,7 +33,7 @@ protected function _construct()
3333
}
3434

3535
/**
36-
* {@inheritdoc}
36+
* @inheritdoc
3737
*/
3838
public function getResourceCollectionName()
3939
{
@@ -43,7 +43,7 @@ public function getResourceCollectionName()
4343
}
4444

4545
/**
46-
* {@inheritdoc}
46+
* @inheritdoc
4747
*/
4848
protected function _prepareColumns()
4949
{

app/code/Magento/Reports/Block/Adminhtml/Sales/Tax/Grid.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ class Grid extends \Magento\Reports\Block\Adminhtml\Grid\AbstractGrid
2222
protected $_columnGroupBy = 'period';
2323

2424
/**
25-
* Config factory
26-
*
2725
* @var \Magento\Sales\Model\Order\ConfigFactory
2826
*/
2927
protected $_configFactory;

0 commit comments

Comments
 (0)