Completed
Push — master ( aa1250...b25f96 )
by Marc
11:13
created
Controller/AdminController.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
     /**
145 145
      * @param string $name
146 146
      *
147
-     * @return null|AdminInterface
147
+     * @return AdminInterface
148 148
      */
149 149
     private function getAdminClass($name)
150 150
     {
@@ -348,6 +348,9 @@  discard block
 block discarded – undo
348 348
         return $form;
349 349
     }
350 350
 
351
+    /**
352
+     * @param FormInterface $form
353
+     */
351 354
     private function processForm($form, AdminInterface $adminClass, $entity)
352 355
     {
353 356
         $adminClass->prePersist($entity, $form);
Please login to merge, or discard this patch.