@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | * @param \Symfony\Component\Form\Form $form Form of Entity |
71 | 71 | * @param \Doctrine\Common\Persistence\ObjectManager $etm Entity Manager |
72 | 72 | * @param integer $number Number of step install |
73 | - * @return array Route after valid or not |
|
73 | + * @return \Symfony\Component\HttpFoundation\RedirectResponse Route after valid or not |
|
74 | 74 | */ |
75 | 75 | private function validInstall($entityNew, $form, ObjectManager $etm, $number) |
76 | 76 | { |
@@ -90,6 +90,9 @@ discard block |
||
90 | 90 | return $return; |
91 | 91 | } |
92 | 92 | |
93 | + /** |
|
94 | + * @param string $name |
|
95 | + */ |
|
93 | 96 | private function nameToVariable($name) |
94 | 97 | { |
95 | 98 |