@@ -70,7 +70,7 @@ discard block |
||
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 |
||
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 | { |
@@ -43,7 +43,7 @@ |
||
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 */ |
@@ -43,7 +43,7 @@ |
||
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 */ |