@@ -18,7 +18,7 @@ |
||
| 18 | 18 | class ChoiceFilter extends Filter |
| 19 | 19 | { |
| 20 | 20 | /** |
| 21 | - * @param ProxyQueryInterface|QueryBuilder $queryBuilder |
|
| 21 | + * @param ProxyQueryInterface $queryBuilder |
|
| 22 | 22 | * |
| 23 | 23 | * {@inheritdoc} |
| 24 | 24 | */ |
@@ -79,7 +79,7 @@ discard block |
||
| 79 | 79 | * For the record, the $alias value is provided by the association method (and the entity join method) |
| 80 | 80 | * so the field value is not used here. |
| 81 | 81 | * |
| 82 | - * @param ProxyQueryInterface|QueryBuilder $queryBuilder |
|
| 82 | + * @param ProxyQueryInterface $queryBuilder |
|
| 83 | 83 | * @param string $alias |
| 84 | 84 | * @param mixed $data |
| 85 | 85 | * |
@@ -103,7 +103,7 @@ discard block |
||
| 103 | 103 | } |
| 104 | 104 | |
| 105 | 105 | /** |
| 106 | - * @param ProxyQueryInterface|QueryBuilder $queryBuilder |
|
| 106 | + * @param ProxyQueryInterface $queryBuilder |
|
| 107 | 107 | * @param string $alias |
| 108 | 108 | * @param mixed $data |
| 109 | 109 | * |
@@ -81,7 +81,7 @@ |
||
| 81 | 81 | * For the record, the $alias value is provided by the association method (and the entity join method) |
| 82 | 82 | * so the field value is not used here. |
| 83 | 83 | * |
| 84 | - * @param ProxyQueryInterface|QueryBuilder $queryBuilder |
|
| 84 | + * @param ProxyQueryInterface $queryBuilder |
|
| 85 | 85 | * @param string $alias |
| 86 | 86 | * @param mixed $data |
| 87 | 87 | * |