File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
lib/internal/Magento/Framework/App/Route Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ protected function _getRoutes($scope = null)
101
101
* Retrieve route front name
102
102
*
103
103
* @param string $routeId
104
- * @param null $scope
104
+ * @param null|string $scope
105
105
* @return string
106
106
*/
107
107
public function getRouteFrontName ($ routeId , $ scope = null )
@@ -111,6 +111,8 @@ public function getRouteFrontName($routeId, $scope = null)
111
111
}
112
112
113
113
/**
114
+ * @inheritdoc
115
+ *
114
116
* @param string $frontName
115
117
* @param string $scope
116
118
* @return bool|int|string
@@ -127,6 +129,8 @@ public function getRouteByFrontName($frontName, $scope = null)
127
129
}
128
130
129
131
/**
132
+ * @inheritdoc
133
+ *
130
134
* @param string $frontName
131
135
* @param string $scope
132
136
* @return string[]
You can’t perform that action at this time.
0 commit comments