Completed
Push — master ( 4a4bf4...63fe9e )
by Gerrit
02:30
created
DataLoader/SimpleSelectDataLoader.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
     }
71 71
 
72 72
     /**
73
-     * @param object $entity
73
+     * @param \Addiks\RDMBundle\Tests\Hydration\EntityExample $entity
74 74
      */
75 75
     public function loadDBALDataForEntity($entity, EntityManagerInterface $entityManager): array
76 76
     {
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
     }
164 164
 
165 165
     /**
166
-     * @param object $entity
166
+     * @param \Addiks\RDMBundle\Tests\Hydration\EntityExample $entity
167 167
      */
168 168
     public function storeDBALDataForEntity($entity, EntityManagerInterface $entityManager): void
169 169
     {
Please login to merge, or discard this patch.
Mapping/Drivers/MappingPHPDriver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
 
44 44
                 (
45 45
                     /**
46
-                     * @param mixed $rdmMapping
46
+                     * @param string $rdmMapping
47 47
                      */
48 48
                     function (&$rdmMapping) use ($mappingFile): void {
49 49
                         /** @psalm-suppress UnresolvableInclude */
Please login to merge, or discard this patch.
Symfony/FormType/ServiceFormType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
 
44 44
             $builder->addModelTransformer(new CallbackTransformer(
45 45
                 /**
46
-                 * @param object $service
46
+                 * @param FormBuilderInterface $service
47 47
                  */
48 48
                 function ($service) use ($container, $options): ?string {
49 49
                     /** @var ?string $serviceId */
Please login to merge, or discard this patch.