@@ -178,7 +178,7 @@ |
||
| 178 | 178 | |
| 179 | 179 | $builder = $this->builderFactory(); |
| 180 | 180 | $builder->add('index', 'Index Page', url('/')); |
| 181 | - $builder->group('group', function(Item $item){}, function(Builder $menu) { |
|
| 181 | + $builder->group('group', function(Item $item) {}, function(Builder $menu) { |
|
| 182 | 182 | $menu->add('one', 'One', url('/one')); |
| 183 | 183 | }); |
| 184 | 184 | |
@@ -22,7 +22,7 @@ |
||
| 22 | 22 | * @param string $view |
| 23 | 23 | */ |
| 24 | 24 | function __construct(Container $container, $name, Attributes $attributes, |
| 25 | - Attributes $activeAttributes, $type = self::UL, $view = null); |
|
| 25 | + Attributes $activeAttributes, $type = self::UL, $view = null); |
|
| 26 | 26 | |
| 27 | 27 | /** |
| 28 | 28 | * Make sub menu |