@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | } |
70 | 70 | |
71 | 71 | /** |
72 | - * @param object $entity |
|
72 | + * @param \Addiks\RDMBundle\Tests\Hydration\EntityExample $entity |
|
73 | 73 | */ |
74 | 74 | public function loadDBALDataForEntity($entity, EntityManagerInterface $entityManager): array |
75 | 75 | { |
@@ -160,7 +160,7 @@ discard block |
||
160 | 160 | } |
161 | 161 | |
162 | 162 | /** |
163 | - * @param object $entity |
|
163 | + * @param \Addiks\RDMBundle\Tests\Hydration\EntityExample $entity |
|
164 | 164 | */ |
165 | 165 | public function storeDBALDataForEntity($entity, EntityManagerInterface $entityManager): void |
166 | 166 | { |
@@ -197,7 +197,7 @@ discard block |
||
197 | 197 | } |
198 | 198 | |
199 | 199 | /** |
200 | - * @param object $entity |
|
200 | + * @param \Addiks\RDMBundle\Tests\Hydration\EntityExample $entity |
|
201 | 201 | */ |
202 | 202 | public function removeDBALDataForEntity($entity, EntityManagerInterface $entityManager): void |
203 | 203 | { |