From 042d417159755ffc725b99ce285d227f2413517b Mon Sep 17 00:00:00 2001 From: Craig Carnell Date: Fri, 30 Nov 2018 10:54:10 +0000 Subject: [PATCH] Fix parent constructor has now changed in 2.3 --- Block/Html/Topmenu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Block/Html/Topmenu.php b/Block/Html/Topmenu.php index 2938b29..a0e5e8d 100644 --- a/Block/Html/Topmenu.php +++ b/Block/Html/Topmenu.php @@ -16,7 +16,7 @@ protected function _getHtml( \Magento\Framework\Data\Tree\Node $menuTree, $childrenWrapClass, $limit, - $colBrakes = [] + array $colBrakes = [] ) { $html = '';