Completed
Push — master ( 36c459...78506e )
by Guillaume
02:39
created
src/Starkerxp/StructureBundle/Generator/ControllerGenerator.php 2 patches
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -7,6 +7,10 @@
 block discarded – undo
7 7
 class ControllerGenerator extends AbstractGenerator
8 8
 {
9 9
 
10
+    /**
11
+     * @param string $libelle
12
+     * @param string $libelleEntite
13
+     */
10 14
     public function generate(Bundle $bundle, $libelle, Bundle $bundleEntite, $libelleEntite)
11 15
     {
12 16
         $parameters = $this->getParamaters($bundle, $libelle);
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
             '/Controller/_nomController_Controller.php',
47 47
             '/Tests/Controller/_nomController_ControllerTest.php',
48 48
             '/Form/Type/_nomController_Type.php',
49
-            '/Resources/config/routing.yml',  // Il faut récupérer la locale par défaut afin de générer le bon fichier.
49
+            '/Resources/config/routing.yml', // Il faut récupérer la locale par défaut afin de générer le bon fichier.
50 50
             //'/Resources/translations/_lnomController_._defaultLocale_.yml',  // Il faut récupérer la locale par défaut afin de générer le bon fichier.
51 51
         ];
52 52
     }
Please login to merge, or discard this patch.