@@ -108,7 +108,7 @@ discard block |
||
108 | 108 | * |
109 | 109 | * @param MenuHandler $handler menu handler |
110 | 110 | * |
111 | - * @return mixed |
|
111 | + * @return RedirectResponse |
|
112 | 112 | * @throws Exception |
113 | 113 | */ |
114 | 114 | public function store(MenuHandler $handler) |
@@ -453,7 +453,7 @@ discard block |
||
453 | 453 | * @param MenuHandler $handler menu handler |
454 | 454 | * @param string $menuId where to store |
455 | 455 | * |
456 | - * @return $this|RedirectResponse |
|
456 | + * @return RedirectResponse |
|
457 | 457 | * @throws Exception |
458 | 458 | */ |
459 | 459 | public function storeItem(MenuHandler $handler, $menuId) |
@@ -643,6 +643,9 @@ discard block |
||
643 | 643 | |
644 | 644 | } |
645 | 645 | |
646 | + /** |
|
647 | + * @param string $name |
|
648 | + */ |
|
646 | 649 | protected function registerItemImage(MenuItem $item, $name) |
647 | 650 | { |
648 | 651 | $columnKeyName = $name . 'Id'; |