@@ -350,7 +350,7 @@ |
||
| 350 | 350 | } |
| 351 | 351 | |
| 352 | 352 | /** |
| 353 | - * @param $element |
|
| 353 | + * @param string $element |
|
| 354 | 354 | * @return ElementFactory |
| 355 | 355 | */ |
| 356 | 356 | protected function getFactory($element) |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | * @internal param string $name |
| 24 | 24 | */ |
| 25 | 25 | function __construct(Container $container, Attributes $attributes, Attributes $activeAttributes, |
| 26 | - $type = self::UL, $view = null); |
|
| 26 | + $type = self::UL, $view = null); |
|
| 27 | 27 | |
| 28 | 28 | /** |
| 29 | 29 | * @param string $name |
@@ -35,6 +35,7 @@ |
||
| 35 | 35 | |
| 36 | 36 | /** |
| 37 | 37 | * @inheritdoc |
| 38 | + * @param string $view |
|
| 38 | 39 | */ |
| 39 | 40 | public function setView($view) |
| 40 | 41 | { |