Skip to content

Commit 042d417

Browse files
committed
Fix parent constructor has now changed in 2.3
1 parent f8d43f1 commit 042d417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Block/Html/Topmenu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ protected function _getHtml(
1616
\Magento\Framework\Data\Tree\Node $menuTree,
1717
$childrenWrapClass,
1818
$limit,
19-
$colBrakes = []
19+
array $colBrakes = []
2020
) {
2121
$html = '';
2222

0 commit comments

Comments
 (0)