Skip to content

Commit 3ff5dda

Browse files
author
Ievgen Shakhsuvarov
committed
MAGETWO-37834: Unable to add product to shopping cart if Use Secure URLs in Frontend = Yes
- Static test fix
1 parent 7c31ae6 commit 3ff5dda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/Block/CustomerData.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ public function getCookieLifeTime()
2222
/**
2323
* Get url for customer data ajax requests. Returns url with protocol matching used to request page.
2424
*
25-
* @param $route
26-
* @return string
25+
* @param string $route
26+
* @return string Customer data url.
2727
*/
2828
public function getCustomerDataUrl($route)
2929
{

0 commit comments

Comments
 (0)