@@ -38,7 +38,7 @@ |
||
38 | 38 | * |
39 | 39 | * @param \eZ\Publish\SPI\Search\Field $field |
40 | 40 | * |
41 | - * @return mixed |
|
41 | + * @return string |
|
42 | 42 | */ |
43 | 43 | public function map(Field $field) |
44 | 44 | { |
@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | /** |
71 | 71 | * Get PDOStatement to fetch metadata about content objects to be indexed. |
72 | 72 | * |
73 | - * @param array $fields Select fields |
|
73 | + * @param string[] $fields Select fields |
|
74 | 74 | * @return \PDOStatement |
75 | 75 | */ |
76 | 76 | protected function getContentDbFieldsStmt(array $fields) |
@@ -108,7 +108,7 @@ discard block |
||
108 | 108 | * Log warning while progress bar is shown. |
109 | 109 | * |
110 | 110 | * @param \Symfony\Component\Console\Helper\ProgressBar $progress |
111 | - * @param $message |
|
111 | + * @param string $message |
|
112 | 112 | */ |
113 | 113 | protected function logWarning(ProgressBar $progress, $message) |
114 | 114 | { |
@@ -168,7 +168,7 @@ |
||
168 | 168 | * |
169 | 169 | * @param \eZ\Publish\Core\FieldType\Country\Value $value |
170 | 170 | * |
171 | - * @return array |
|
171 | + * @return string |
|
172 | 172 | */ |
173 | 173 | protected function getSortInfo(BaseValue $value) |
174 | 174 | { |
@@ -3942,6 +3942,7 @@ discard block |
||
3942 | 3942 | * Test for the findContent() method. |
3943 | 3943 | * |
3944 | 3944 | * @see \eZ\Publish\API\Repository\SearchService::findContent() |
3945 | + * @param string $queryType |
|
3945 | 3946 | */ |
3946 | 3947 | public function testUserMetadataGroupHorizontalFilterContent($queryType = null) |
3947 | 3948 | { |
@@ -4031,6 +4032,7 @@ discard block |
||
4031 | 4032 | * Test for the findLocations() method. |
4032 | 4033 | * |
4033 | 4034 | * @see \eZ\Publish\API\Repository\SearchService::findLocations() |
4035 | + * @param string $queryType |
|
4034 | 4036 | */ |
4035 | 4037 | public function testUserMetadataGroupHorizontalFilterLocation($queryType = null) |
4036 | 4038 | { |