Skip to content

Commit ea9eb6a

Browse files
committed
update
wrong $path type
1 parent ee61591 commit ea9eb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public function setStoreId($store)
267267
* Return current category path or get it from current category
268268
* and creating array of categories|product paths for breadcrumbs
269269
*
270-
* @return string
270+
* @return array
271271
*/
272272
public function getBreadcrumbPath()
273273
{

0 commit comments

Comments
 (0)