Skip to content

Commit b638f76

Browse files
author
Evgeniy Miskov
committed
MAGETWO-33059: Refactor CMS module
1 parent e5b09a9 commit b638f76

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/code/Magento/Cms/Helper/Page.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66
namespace Magento\Cms\Helper;
77

88
use Magento\Framework\App\Action\Action;
9-
10-
/**
11-
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
12-
*/
139
/**
1410
* CMS Page Helper
11+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1512
*/
1613
class Page extends \Magento\Framework\App\Helper\AbstractHelper
1714
{

0 commit comments

Comments
 (0)