Completed
Branch Recipes (cae097)
by Laurent
14:13 queued 11:11
created
src/AppBundle/Controller/Install/AbstractInstallController.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
90 90
         return $return;
91 91
     }
92 92
 
93
+    /**
94
+     * @param string $name
95
+     */
93 96
     private function nameToVariable($name)
94 97
     {
95 98
         
Please login to merge, or discard this patch.