Completed
Pull Request — master (#5)
by Marc
05:52
created
Controller/AdminController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -355,6 +355,9 @@
 block discarded – undo
355 355
         return $form;
356 356
     }
357 357
 
358
+    /**
359
+     * @param FormInterface $form
360
+     */
358 361
     private function processForm($form, AdminInterface $adminClass, $entity)
359 362
     {
360 363
         $adminClass->prePersist($entity, $form);
Please login to merge, or discard this patch.