Skip to content

Commit 9f8b337

Browse files
committed
Fixed static test failiures
1 parent 9ddc677 commit 9f8b337

File tree

19 files changed

+46
-9
lines changed

19 files changed

+46
-9
lines changed

app/code/Magento/Quote/Model/ResourceModel/Quote/Item/Option/Collection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ public function getOptionsByItem($item)
133133
*
134134
* @param int | \Magento\Catalog\Model\Product $product
135135
* @return array
136+
* phpcs:disable
136137
*/
137138
public function getOptionsByProduct($product)
138139
{

app/code/Magento/Reports/Block/Adminhtml/Config/Form/Field/MtdStart.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
class MtdStart extends \Magento\Config\Block\System\Config\Form\Field
1414
{
1515
/**
16+
* Get element html
17+
*
1618
* @param AbstractElement $element
1719
* @return string
1820
*/

app/code/Magento/Reports/Block/Adminhtml/Customer/Accounts.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ class Accounts extends \Magento\Backend\Block\Widget\Grid\Container
1919
protected $_blockGroup = 'Magento_Reports';
2020

2121
/**
22+
* Initialize Accounts
23+
*
2224
* @return void
2325
*/
2426
protected function _construct()

app/code/Magento/Reports/Block/Adminhtml/Customer/Orders.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ class Orders extends \Magento\Backend\Block\Widget\Grid\Container
2121
protected $_blockGroup = 'Magento_Reports';
2222

2323
/**
24+
* Initialize Orders
25+
*
2426
* @return void
2527
*/
2628
protected function _construct()

app/code/Magento/Reports/Block/Adminhtml/Customer/Totals.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ class Totals extends \Magento\Backend\Block\Widget\Grid\Container
1919
protected $_blockGroup = 'Magento_Reports';
2020

2121
/**
22+
* Initialize Totals
23+
*
2224
* @return void
2325
*/
2426
protected function _construct()

app/code/Magento/Reports/Block/Adminhtml/Grid/Column/Renderer/Blanknumber.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
class Blanknumber extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Number
1212
{
1313
/**
14+
* Get Value
15+
*
1416
* @param \Magento\Framework\DataObject $row
1517
*
1618
* @return string

app/code/Magento/Reports/Block/Adminhtml/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class Product extends \Magento\Backend\Block\Widget\Grid\Container
1212
{
1313
/**
14-
* {@inheritdoc}
14+
* @inheritdoc
1515
*/
1616
protected function _construct()
1717
{

app/code/Magento/Reports/Block/Adminhtml/Product/Downloads.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
class Downloads extends \Magento\Backend\Block\Widget\Grid\Container
1212
{
1313
/**
14+
* Initialize Downloads
15+
*
1416
* @return void
1517
*/
1618
protected function _construct()

app/code/Magento/Reports/Block/Adminhtml/Product/Downloads/Grid.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ class Grid extends \Magento\Backend\Block\Widget\Grid\Extended
1616
protected $_downloadsFactory;
1717

1818
/**
19+
* Initialize Grid
20+
*
1921
* @param \Magento\Backend\Block\Template\Context $context
2022
* @param \Magento\Backend\Helper\Data $backendHelper
2123
* @param \Magento\Reports\Model\ResourceModel\Product\Downloads\CollectionFactory $downloadsFactory
@@ -32,6 +34,8 @@ public function __construct(
3234
}
3335

3436
/**
37+
* Initialize
38+
*
3539
* @return void
3640
*/
3741
protected function _construct()
@@ -42,6 +46,8 @@ protected function _construct()
4246
}
4347

4448
/**
49+
* Prepare collection
50+
*
4551
* @return \Magento\Backend\Block\Widget\Grid
4652
*/
4753
protected function _prepareCollection()
@@ -76,6 +82,8 @@ protected function _prepareCollection()
7682
}
7783

7884
/**
85+
* Prepare column
86+
*
7987
* @return \Magento\Backend\Block\Widget\Grid\Extended
8088
*/
8189
protected function _prepareColumns()

app/code/Magento/Reports/Block/Adminhtml/Product/Lowstock.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
class Lowstock extends \Magento\Backend\Block\Widget\Grid\Container
1515
{
1616
/**
17+
* Initialize Lowstock
18+
*
1719
* @return void
1820
*/
1921
protected function _construct()

0 commit comments

Comments
 (0)