Skip to content

Commit 3fab2f0

Browse files
committed
MAGETWO-66767: Removed unused variable $routerId #6840
- fix static test
1 parent 5a1b122 commit 3fab2f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Cms/Controller/Router.php

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

88
/**
9-
* Cms Controller Router
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
9+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1210
*/
1311
class Router implements \Magento\Framework\App\RouterInterface
1412
{

0 commit comments

Comments
 (0)