@@ -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 | * |