Skip to content

Commit bda5bfa

Browse files
committed
Fix code styling issues
1 parent 28eeb20 commit bda5bfa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/code/Magento/MysqlMq/Model/Driver/Exchange.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
/**
1616
* Class Exchange
17+
*
1718
* @package Magento\MysqlMq\Model\Driver
1819
*/
1920
class Exchange implements ExchangeInterface

app/code/Magento/MysqlMq/Setup/Recurring.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
67
namespace Magento\MysqlMq\Setup;
78

89
use Magento\Framework\Setup\InstallSchemaInterface;
@@ -29,7 +30,7 @@ public function __construct(MessageQueueConfig $messageQueueConfig)
2930
}
3031

3132
/**
32-
* {@inheritdoc}
33+
* @inheritdoc
3334
*/
3435
public function install(SchemaSetupInterface $setup, ModuleContextInterface $context)
3536
{

0 commit comments

Comments
 (0)