Skip to content

Commit 84933d4

Browse files
author
Dale Sikkema
committed
MAGETWO-33609: pull request for stories in this sprint
- fix integrity test
1 parent ac269e0 commit 84933d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Backend/App/Router.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ class Router extends \Magento\Framework\App\Router\Base
5656
* @param \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig
5757
* @param string $routerId
5858
* @param \Magento\Framework\Code\NameBuilder $nameBuilder
59+
* @param \Magento\Framework\App\Router\SecureUrlInterface $secureUrl
5960
* @param \Magento\Framework\App\Config\ScopeConfigInterface $coreConfig
6061
* @param \Magento\Backend\App\ConfigInterface $backendConfig
61-
* @param \Magento\Framework\App\Router\SecureUrlInterface $secureUrl
6262
*
6363
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
6464
*/
@@ -72,9 +72,9 @@ public function __construct(
7272
\Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig,
7373
$routerId,
7474
\Magento\Framework\Code\NameBuilder $nameBuilder,
75+
\Magento\Framework\App\Router\SecureUrlInterface $secureUrl,
7576
\Magento\Framework\App\Config\ScopeConfigInterface $coreConfig,
76-
\Magento\Backend\App\ConfigInterface $backendConfig,
77-
\Magento\Framework\App\Router\SecureUrlInterface $secureUrl
77+
\Magento\Backend\App\ConfigInterface $backendConfig
7878
) {
7979
parent::__construct(
8080
$actionList,

0 commit comments

Comments
 (0)