@@ -74,7 +74,7 @@ public function __construct(
7474
7575 /**
7676 * Get menu html public wrapper
77- *
77+ *
7878 * @param MenuModel|int|string $menu
7979 * @param boolean $includeWrapper
8080 * @param boolean $loadByCode
@@ -101,7 +101,7 @@ public function getMenuHtml($menu, $includeWrapper = false, $loadByCode = false)
101101
102102 /**
103103 * Get menu html protected
104- *
104+ *
105105 * @param MenuModel $menu
106106 * @param boolean $includeWrapper
107107 * @return string
@@ -123,7 +123,7 @@ protected function _getMenuHtml($menu, $includeWrapper = false)
123123
124124 /**
125125 * Add sub menu html to menu
126- *
126+ *
127127 * @param ItemCollection $items
128128 * @param int $level
129129 * @return string
@@ -171,7 +171,7 @@ protected function _addSubMenu($items, $level = 0)
171171
172172 /**
173173 * Get item classes for menu item
174- *
174+ *
175175 * @param Item $item
176176 * @return string
177177 */
@@ -192,7 +192,7 @@ protected function _getItemClasses($item)
192192
193193 /**
194194 * Get menu item children collection
195- *
195+ *
196196 * @param Item $item
197197 * @return ItemCollection
198198 */
@@ -205,7 +205,7 @@ protected function _getItemChildren($item)
205205
206206 /**
207207 * Add default magento categories to children collection
208- *
208+ *
209209 * @param ItemCollection $children
210210 * @param int $categoryId
211211 * @param int $level
@@ -229,7 +229,7 @@ protected function _addSubcategoriesToChildren(&$children, $categoryId, $level)
229229
230230 /**
231231 * Load magento category collection from parent category
232- *
232+ *
233233 * @param int $storeId
234234 * @param int $categoryId
235235 * @return CategoryCollection
0 commit comments