Passed
Branch master (0fcd0f)
by Pavel
15:50
created
Adaptors/Symfony/FormProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      * FormProcessor constructor.
21 21
      *
22 22
      * @param FormFactoryInterface     $factory
23
-     * @param string|FormTypeInterface $form
23
+     * @param \Symfony\Component\Form\FormInterface $form
24 24
      * @param array                    $options
25 25
      */
26 26
     public function __construct(FormFactoryInterface $factory, $form, array $options = [])
Please login to merge, or discard this patch.
Adaptors/Symfony/MappedEntityFormFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@
 block discarded – undo
24 24
         $this->mapper  = $mapper;
25 25
     }
26 26
 
27
+    /**
28
+     * @param string $className
29
+     */
27 30
     public function createFormForClass($className)
28 31
     {
29 32
         $form = $this->factory->create();
Please login to merge, or discard this patch.