Skip to content

Commit 68aaafb

Browse files
authored
Merge pull request #10 from craigcarnell/feature/7.2
Fix parent constructor has now changed in 2.3
2 parents 5a0edca + 042d417 commit 68aaafb

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)