Skip to content

Commit b853497

Browse files
committed
Fixing the code style issue. #12787
1 parent 7559783 commit b853497

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

app/code/Magento/Newsletter/Setup/UpgradeSchema.php

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
26
namespace Magento\Newsletter\Setup;
37

4-
58
use Magento\Framework\Setup\ModuleContextInterface;
69
use Magento\Framework\Setup\SchemaSetupInterface;
710
use Magento\Framework\Setup\UpgradeSchemaInterface;
11+
812
/**
913
* Upgrade the Newsletter module DB scheme
1014
*/
1115
class UpgradeSchema implements UpgradeSchemaInterface
1216
{
13-
1417
/**
15-
* Upgrades DB schema for a module
16-
*
17-
* @param SchemaSetupInterface $setup
18-
* @param ModuleContextInterface $context
19-
* @return void
18+
* {@inheritdoc}
2019
*/
2120
public function upgrade(SchemaSetupInterface $setup, ModuleContextInterface $context)
2221
{
@@ -34,4 +33,4 @@ public function upgrade(SchemaSetupInterface $setup, ModuleContextInterface $con
3433

3534
$setup->endSetup();
3635
}
37-
}
36+
}

0 commit comments

Comments
 (0)