@@ -32,7 +32,7 @@ |
||
32 | 32 | /** |
33 | 33 | * Map field value to a proper search engine representation. |
34 | 34 | * |
35 | - * @return mixed |
|
35 | + * @return string |
|
36 | 36 | */ |
37 | 37 | public function map(Field $field) |
38 | 38 | { |
@@ -93,7 +93,7 @@ |
||
93 | 93 | /** |
94 | 94 | * Create 2 * number of remote IDs test data sets (one for Content, another for Location). |
95 | 95 | * |
96 | - * @return iterable |
|
96 | + * @return \Generator |
|
97 | 97 | */ |
98 | 98 | public function providerForTestIndexingRemoteId(): iterable |
99 | 99 | { |