@@ -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) |
@@ -30,6 +30,9 @@ |
||
30 | 30 | } |
31 | 31 | } |
32 | 32 | |
33 | + /** |
|
34 | + * @param string $file |
|
35 | + */ |
|
33 | 36 | protected function getStub($file) |
34 | 37 | { |
35 | 38 | return file_get_contents(__DIR__ . '/stub/' . $file); |
@@ -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 |