@@ -500,6 +500,9 @@ |
||
500 | 500 | $this->assertSame('hello', $object->getMultiWordProperty()); |
501 | 501 | } |
502 | 502 | |
503 | + /** |
|
504 | + * @param string $class |
|
505 | + */ |
|
503 | 506 | private function getMetadata($class, $isVersioned) |
504 | 507 | { |
505 | 508 | $metadata = new ClassMetadata($class); |
@@ -195,7 +195,7 @@ discard block |
||
195 | 195 | } |
196 | 196 | |
197 | 197 | /** |
198 | - * @return mixed |
|
198 | + * @return QueryBuilder |
|
199 | 199 | */ |
200 | 200 | public function getQueryBuilder() |
201 | 201 | { |
@@ -288,7 +288,7 @@ discard block |
||
288 | 288 | * Sets a {@see \Doctrine\ORM\Query} hint. If the hint name is not recognized, it is silently ignored. |
289 | 289 | * |
290 | 290 | * @param string $name the name of the hint |
291 | - * @param mixed $value the value of the hint |
|
291 | + * @param string $value the value of the hint |
|
292 | 292 | * |
293 | 293 | * @return ProxyQueryInterface |
294 | 294 | * |