@@ -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); |
@@ -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 | { |