Skip to content

Commit f4cc820

Browse files
committed
MAGETWO-43691: Custom admin path does not work correctly
- fix annotation
1 parent 4365e4a commit f4cc820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public function getHomePageUrl()
198198
/**
199199
* Return Backend area front name
200200
*
201-
* bool $checkHost
201+
* @param bool $checkHost
202202
* @return bool|string
203203
*/
204204
public function getAreaFrontName($checkHost = false)

0 commit comments

Comments
 (0)