Completed
Push — master ( ebda42...f247bc )
by Pavel
05:40
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 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     }
29 29
 
30 30
     /**
31
-     * @param $className
31
+     * @param string $className
32 32
      *
33 33
      * @return FormInterface
34 34
      *
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace ScayTrase\Api\Cruds\Adaptors\Symfony;
4 4
 
5 5
 use ScayTrase\Api\Cruds\Exception\EntityProcessingException;
6
-use ScayTrase\Api\Cruds\Exception\MapperException;
7 6
 use ScayTrase\Api\Cruds\PropertyMapperInterface;
8 7
 use Symfony\Component\Form\FormFactoryInterface;
9 8
 use Symfony\Component\Form\FormInterface;
Please login to merge, or discard this patch.
DependencyInjection/CrudsEntitiesConfigurator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -227,7 +227,7 @@
 block discarded – undo
227 227
      * @param string $actionName
228 228
      * @param string $path
229 229
      * @param string $action
230
-     * @param array  $methods
230
+     * @param string[]  $methods
231 231
      * @param array  $options
232 232
      *
233 233
      * @return Definition
Please login to merge, or discard this patch.
Routing/EntityRouteLoader.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
     }
72 72
 
73 73
     /**
74
-     * @return string[]
74
+     * @return integer[]
75 75
      */
76 76
     public function getMounts()
77 77
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace ScayTrase\Api\Cruds\Routing;
4 4
 
5 5
 use Symfony\Component\Config\Loader\Loader;
6
-use Symfony\Component\Routing\Route;
7 6
 use Symfony\Component\Routing\RouteCollection;
8 7
 
9 8
 class EntityRouteLoader extends Loader
Please login to merge, or discard this patch.