Skip to content

Commit e1a46d9

Browse files
committed
MC-33069: Stabilize Unit tests
1 parent 83ad4b1 commit e1a46d9

File tree

1 file changed

+5
-1
lines changed
  • lib/internal/Magento/Framework/App/Route

1 file changed

+5
-1
lines changed

lib/internal/Magento/Framework/App/Route/Config.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ protected function _getRoutes($scope = null)
101101
* Retrieve route front name
102102
*
103103
* @param string $routeId
104-
* @param null $scope
104+
* @param null|string $scope
105105
* @return string
106106
*/
107107
public function getRouteFrontName($routeId, $scope = null)
@@ -111,6 +111,8 @@ public function getRouteFrontName($routeId, $scope = null)
111111
}
112112

113113
/**
114+
* @inheritdoc
115+
*
114116
* @param string $frontName
115117
* @param string $scope
116118
* @return bool|int|string
@@ -127,6 +129,8 @@ public function getRouteByFrontName($frontName, $scope = null)
127129
}
128130

129131
/**
132+
* @inheritdoc
133+
*
130134
* @param string $frontName
131135
* @param string $scope
132136
* @return string[]

0 commit comments

Comments
 (0)