@@ -106,7 +106,7 @@ |
||
106 | 106 | * |
107 | 107 | * @param \eZ\Publish\Core\FieldType\Url\Value $value |
108 | 108 | * |
109 | - * @return array |
|
109 | + * @return boolean |
|
110 | 110 | */ |
111 | 111 | protected function getSortInfo(BaseValue $value) |
112 | 112 | { |
@@ -26,7 +26,7 @@ |
||
26 | 26 | * @param \eZ\Publish\SPI\Persistence\Content\Field $field |
27 | 27 | * @param \eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition $fieldDefinition |
28 | 28 | * |
29 | - * @return \eZ\Publish\SPI\Search\Field[] |
|
29 | + * @return Search\Field[] |
|
30 | 30 | */ |
31 | 31 | public function getIndexData(Field $field, FieldDefinition $fieldDefinition) |
32 | 32 | { |
@@ -183,7 +183,7 @@ discard block |
||
183 | 183 | /** |
184 | 184 | * Returns if the given $value is considered empty by the field type. |
185 | 185 | * |
186 | - * @param mixed $value |
|
186 | + * @param SPIValue $value |
|
187 | 187 | * |
188 | 188 | * @return bool |
189 | 189 | */ |
@@ -231,7 +231,7 @@ discard block |
||
231 | 231 | * |
232 | 232 | * @param \eZ\Publish\Core\FieldType\TextLine\Value $value |
233 | 233 | * |
234 | - * @return array |
|
234 | + * @return string |
|
235 | 235 | */ |
236 | 236 | protected function getSortInfo(BaseValue $value) |
237 | 237 | { |
@@ -26,7 +26,7 @@ |
||
26 | 26 | * @param \eZ\Publish\SPI\Persistence\Content\Field $field |
27 | 27 | * @param \eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition $fieldDefinition |
28 | 28 | * |
29 | - * @return \eZ\Publish\SPI\Search\Field[] |
|
29 | + * @return Search\Field[] |
|
30 | 30 | */ |
31 | 31 | public function getIndexData(Field $field, FieldDefinition $fieldDefinition) |
32 | 32 | { |
@@ -26,7 +26,7 @@ |
||
26 | 26 | * @param \eZ\Publish\SPI\Persistence\Content\Field $field |
27 | 27 | * @param \eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition $fieldDefinition |
28 | 28 | * |
29 | - * @return \eZ\Publish\SPI\Search\Field[] |
|
29 | + * @return Search\Field[] |
|
30 | 30 | */ |
31 | 31 | public function getIndexData(Field $field, FieldDefinition $fieldDefinition) |
32 | 32 | { |
@@ -26,7 +26,7 @@ |
||
26 | 26 | * @param \eZ\Publish\SPI\Persistence\Content\Field $field |
27 | 27 | * @param \eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition $fieldDefinition |
28 | 28 | * |
29 | - * @return \eZ\Publish\SPI\Search\Field[] |
|
29 | + * @return Search\Field[] |
|
30 | 30 | */ |
31 | 31 | public function getIndexData(Field $field, FieldDefinition $fieldDefinition) |
32 | 32 | { |
@@ -762,7 +762,7 @@ |
||
762 | 762 | } |
763 | 763 | |
764 | 764 | /** |
765 | - * @param array $methods |
|
765 | + * @param string[] $methods |
|
766 | 766 | * |
767 | 767 | * @return \eZ\Publish\Core\Search\Common\FieldNameResolver|\PHPUnit_Framework_MockObject_MockObject |
768 | 768 | */ |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | * Returns a valid ValueObject (supported by current MatcherFactory), that will match the test rules. |
19 | 19 | * i.e. Should return eZ\Publish\API\Repository\Values\Content\Location for LocationMatcherFactory. |
20 | 20 | * |
21 | - * @return \eZ\Publish\API\Repository\Values\ValueObject |
|
21 | + * @return \eZ\Publish\Core\MVC\Symfony\View\ContentView |
|
22 | 22 | */ |
23 | 23 | protected function getMatchableValueObject() |
24 | 24 | { |
@@ -29,7 +29,7 @@ discard block |
||
29 | 29 | * Returns a valid ValueObject (supported by current MatcherFactory), that won't match the test rules. |
30 | 30 | * i.e. Should return eZ\Publish\API\Repository\Values\Content\Location for LocationMatcherFactory. |
31 | 31 | * |
32 | - * @return \eZ\Publish\API\Repository\Values\ValueObject |
|
32 | + * @return \eZ\Publish\Core\MVC\Symfony\View\ContentView |
|
33 | 33 | */ |
34 | 34 | protected function getNonMatchableValueObject() |
35 | 35 | { |
@@ -79,8 +79,6 @@ |
||
79 | 79 | * |
80 | 80 | * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with no parameters. |
81 | 81 | * |
82 | - * @param string|array(string) $... Either a string with a logical expression name |
|
83 | - * or an array with logical expressions. |
|
84 | 82 | * |
85 | 83 | * @return \eZ\Publish\Core\Persistence\Database\UpdateQuery |
86 | 84 | */ |