Skip to content

Commit 9a9b0cf

Browse files
committed
MC-40558: Stabilize Static tests and MHI
1 parent ed8b1b2 commit 9a9b0cf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/internal/Magento/Framework/DB/Sql/UnionExpression.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Magento\Framework\DB\Select;
99

1010
/**
11-
* @package Magento\Framework\DB\Sql
11+
* Class UnionExpression handles the build of union clauses in database queries
1212
*/
1313
class UnionExpression extends Expression
1414
{

lib/internal/Magento/Framework/MessageQueue/BatchConsumer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
use Magento\Framework\MessageQueue\Consumer\ConfigInterface as ConsumerConfig;
1111

1212
/**
13+
* BatchConsumer is a consumer class which implements the consumer interface
14+
*
1315
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1416
*/
1517
class BatchConsumer implements ConsumerInterface

0 commit comments

Comments
 (0)