Completed
Push — master ( a74bd2...08e6ab )
by Laurent
04:38
created
src/AppBundle/Controller/Install/AbstractInstallController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -29,6 +29,9 @@
 block discarded – undo
29 29
      * Fonction adaptable aux différentes phases de l'installation.
30 30
      *
31 31
      * @param \Symfony\Component\HttpFoundation\Request $request Requète du formulaire
32
+     * @param string $entity
33
+     * @param string $entityPath
34
+     * @param string $typePath
32 35
      *
33 36
      * @return \Symfony\Component\HttpFoundation\RedirectResponse|
34 37
      *     array<string,string|null|Settings|\Symfony\Component\Form\FormView> Rendue de la page
Please login to merge, or discard this patch.