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
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 ()
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments