Completed
Push — master ( 36c459...78506e )
by Guillaume
02:39
created
src/Starkerxp/StructureBundle/Generator/ControllerGenerator.php 1 patch
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.