Completed
Push — wip-lisem ( c89f3f...fa54f5 )
by
unknown
02:24
created
src/Controller/CRUDController.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -292,6 +292,10 @@
 block discarded – undo
292 292
     }
293 293
 
294 294
     /* @todo : not clean, should it be here or in media-bundle */
295
+
296
+    /**
297
+     * @param \Symfony\Component\Form\FormView $formView
298
+     */
295 299
     protected function defineFormTheme($formView, $formTheme)
296 300
     {
297 301
         $twig = $this->get('twig');
Please login to merge, or discard this patch.