Completed
Push — master ( d32927...a316bd )
by Andrea
11:24
created
src/Fi/PannelloAmministrazioneBundle/Command/GenerateFormCommand.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -88,6 +88,9 @@  discard block
 block discarded – undo
88 88
         return $retmsg;
89 89
     }
90 90
 
91
+    /**
92
+     * @param string $view
93
+     */
91 94
     private function generateFormWiew($bundlename, $entityform, $view)
92 95
     {
93 96
         $fs = new Filesystem();
@@ -198,6 +201,9 @@  discard block
 block discarded – undo
198 201
         return $code;
199 202
     }
200 203
 
204
+    /**
205
+     * @param string $path
206
+     */
201 207
     private function cleanTemplatePath($path)
202 208
     {
203 209
         $fs = new Filesystem();
Please login to merge, or discard this patch.
DependencyInjection/PannelloamministrazioneCommands.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -212,6 +212,9 @@
 block discarded – undo
212 212
         return $cmdoutput;
213 213
     }
214 214
 
215
+    /**
216
+     * @param string $env
217
+     */
215 218
     public function clearcacheEnv($env)
216 219
     {
217 220
         $ret = $this->pammutils->clearcache($env);
Please login to merge, or discard this patch.