Completed
Push — master ( a74bd2...08e6ab )
by Laurent
04:38
created
src/AppBundle/Tests/Controller/UserControllerTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,8 +94,8 @@
 block discarded – undo
94 94
     }
95 95
 
96 96
 /**
97
-     * @depends testCreate
98
-     */
97
+ * @depends testCreate
98
+ */
99 99
 
100 100
     public function testSort() {
101 101
         $client = static::createClient();
Please login to merge, or discard this patch.
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.