@@ -23,6 +23,7 @@ discard block |
||
23 | 23 | |
24 | 24 | /** |
25 | 25 | * @param string $file |
26 | + * @param string $skeletonDirectories |
|
26 | 27 | */ |
27 | 28 | public function __construct($file, $skeletonDirectories) |
28 | 29 | { |
@@ -32,6 +33,7 @@ discard block |
||
32 | 33 | |
33 | 34 | /** |
34 | 35 | * @param string $array |
36 | + * @param string $skeleton |
|
35 | 37 | * |
36 | 38 | * @throws \RuntimeException |
37 | 39 | */ |
@@ -31,7 +31,7 @@ |
||
31 | 31 | private $file; |
32 | 32 | |
33 | 33 | /** |
34 | - * @param array|string $skeletonDirectory |
|
34 | + * @param string $skeletonDirectory |
|
35 | 35 | */ |
36 | 36 | public function __construct($skeletonDirectory) |
37 | 37 | { |
@@ -102,6 +102,9 @@ |
||
102 | 102 | } |
103 | 103 | } |
104 | 104 | |
105 | + /** |
|
106 | + * @param string $targetFile |
|
107 | + */ |
|
105 | 108 | private function getCommand($targetFile, $patchFile) |
106 | 109 | { |
107 | 110 | return sprintf( |
@@ -292,6 +292,10 @@ |
||
292 | 292 | } |
293 | 293 | |
294 | 294 | /* @todo : not clean, should it be here or in media-bundle */ |
295 | + |
|
296 | + /** |
|
297 | + * @param \Symfony\Component\Form\FormView $formView |
|
298 | + */ |
|
295 | 299 | protected function defineFormTheme($formView, $formTheme) |
296 | 300 | { |
297 | 301 | $twig = $this->get('twig'); |