Skip to content

Commit 9faf353

Browse files
Indrani SonawaneIndrani Sonawane
authored andcommitted
Fixed static test failures
1 parent cfebd6a commit 9faf353

File tree

8 files changed

+14
-10
lines changed

8 files changed

+14
-10
lines changed

app/code/Magento/Email/Block/Adminhtml/Template.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function __construct(
5050
}
5151

5252
/**
53-
* {@inheritdoc}
53+
* @inheritdoc
5454
*/
5555
public function updateButton($buttonId, $key, $data)
5656
{
@@ -88,7 +88,7 @@ public function getCreateUrl()
8888
}
8989

9090
/**
91-
* {@inheritdoc}
91+
* @inheritdoc
9292
*/
9393
public function addButton($buttonId, $data, $level = 0, $sortOrder = 0, $region = 'toolbar')
9494
{
@@ -107,7 +107,7 @@ public function getHeaderText()
107107
}
108108

109109
/**
110-
* {@inheritdoc}
110+
* @inheritdoc
111111
*/
112112
public function removeButton($buttonId)
113113
{
@@ -133,7 +133,7 @@ protected function getAddButtonHtml()
133133
}
134134

135135
/**
136-
* {@inheritdoc}
136+
* @inheritdoc
137137
*/
138138
public function canRender(\Magento\Backend\Block\Widget\Button\Item $item)
139139
{

app/code/Magento/Email/Block/Adminhtml/Template/Edit.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class Edit extends Widget implements ContainerInterface
2020
/**
2121
* @var \Magento\Framework\Registry
2222
* @deprecated 101.0.0 since 2.3.0 in favor of stateful global objects elimination.
23+
* @see Nothing
2324
*/
2425
protected $_registryManager;
2526

app/code/Magento/Email/Controller/Adminhtml/Email/Template.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ abstract class Template extends \Magento\Backend\App\Action
1515
*
1616
* @see _isAllowed()
1717
*/
18-
const ADMIN_RESOURCE = 'Magento_Email::template';
18+
public const ADMIN_RESOURCE = 'Magento_Email::template';
1919

2020
/**
21-
* Core registry
21+
* Core registry variable
2222
*
2323
* @var \Magento\Framework\Registry
2424
* @deprecated 101.0.0 since 2.3.0 in favor of stateful global objects elimination.
25+
* @see Nothing
2526
*/
2627
protected $_coreRegistry = null;
2728

app/code/Magento/Fedex/Model/Source/Freemethod.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class Freemethod extends \Magento\Fedex\Model\Source\Method
1212
{
1313
/**
14-
* {@inheritdoc}
14+
* @inheritdoc
1515
*/
1616
public function toOptionArray()
1717
{

app/code/Magento/GroupedProduct/Block/Product/Grouped/AssociatedProducts/ListAssociatedProducts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class ListAssociatedProducts extends \Magento\Backend\Block\Template
1717
{
1818
/**
19-
* Registry
19+
* Registry variable
2020
*
2121
* @var \Magento\Framework\Registry
2222
*/

app/code/Magento/GroupedProduct/Model/ResourceModel/Indexer/Stock/Grouped.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Grouped extends \Magento\CatalogInventory\Model\ResourceModel\Indexer\Stoc
3030
* @param \Magento\Framework\Indexer\Table\StrategyInterface $tableStrategy
3131
* @param \Magento\Eav\Model\Config $eavConfig
3232
* @param \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig
33-
* @param null $connectionName
33+
* @param null|string $connectionName
3434
* @param \Magento\Catalog\Model\ResourceModel\Indexer\ActiveTableSwitcher|null $activeTableSwitcher
3535
*/
3636
public function __construct(

app/code/Magento/GroupedProduct/Model/Sales/AdminOrder/Product/Quote/Plugin/Initializer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
class Initializer
1515
{
1616
/**
17+
* After Initialization
18+
*
1719
* @param \Magento\Sales\Model\AdminOrder\Product\Quote\Initializer $subject
1820
* @param \Magento\Quote\Model\Quote\Item|string $item
1921
* @param \Magento\Quote\Model\Quote $quote

app/code/Magento/Integration/Model/Oauth/Nonce.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class Nonce extends \Magento\Framework\Model\AbstractModel
1818
{
1919
/**
20-
* Oauth data
20+
* Oauth data function
2121
*
2222
* @var \Magento\Integration\Helper\Oauth\Data
2323
*/

0 commit comments

Comments
 (0)