@@ -20,7 +20,7 @@ |
||
20 | 20 | * FormProcessor constructor. |
21 | 21 | * |
22 | 22 | * @param FormFactoryInterface $factory |
23 | - * @param string|FormTypeInterface $form |
|
23 | + * @param \Symfony\Component\Form\FormInterface $form |
|
24 | 24 | * @param array $options |
25 | 25 | */ |
26 | 26 | public function __construct(FormFactoryInterface $factory, $form, array $options = []) |
@@ -28,7 +28,7 @@ |
||
28 | 28 | } |
29 | 29 | |
30 | 30 | /** |
31 | - * @param $className |
|
31 | + * @param string $className |
|
32 | 32 | * |
33 | 33 | * @return FormInterface |
34 | 34 | * |
@@ -227,7 +227,7 @@ |
||
227 | 227 | * @param string $actionName |
228 | 228 | * @param string $path |
229 | 229 | * @param string $action |
230 | - * @param array $methods |
|
230 | + * @param string[] $methods |
|
231 | 231 | * @param array $options |
232 | 232 | * |
233 | 233 | * @return Definition |
@@ -71,7 +71,7 @@ |
||
71 | 71 | } |
72 | 72 | |
73 | 73 | /** |
74 | - * @return string[] |
|
74 | + * @return integer[] |
|
75 | 75 | */ |
76 | 76 | public function getMounts() |
77 | 77 | { |