Skip to content

Commit b77b311

Browse files
author
Igor Melnikov
committed
MAGETWO-50489: Prepare pull requst Fixing static tests
Resolving code review feedback
1 parent 7263dc6 commit b77b311

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Cms/Setup/UpgradeData.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
use Magento\Framework\Setup\ModuleDataSetupInterface;
1212
use Magento\Framework\Setup\UpgradeDataInterface;
1313

14-
/**
15-
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
16-
*/
1714
class UpgradeData implements UpgradeDataInterface
1815
{
1916
const PRIVACY_COOKIE_PAGE_ID = 4;
@@ -47,6 +44,7 @@ private function createPage()
4744
* @param ModuleDataSetupInterface $setup
4845
* @param ModuleContextInterface $context
4946
* @return void
47+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
5048
*/
5149
public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface $context)
5250
{

0 commit comments

Comments
 (0)