@@ -79,7 +79,7 @@ |
||
79 | 79 | * @param \eZ\Publish\API\Repository\Values\Content\Query\SortClause $sortClause |
80 | 80 | * @param int $number |
81 | 81 | * |
82 | - * @return string |
|
82 | + * @return string[] |
|
83 | 83 | */ |
84 | 84 | public function applySelect(SelectQuery $query, SortClause $sortClause, $number) |
85 | 85 | { |
@@ -43,7 +43,7 @@ |
||
43 | 43 | * @param \eZ\Publish\API\Repository\Values\Content\Query\Criterion $criterion |
44 | 44 | * @param array $languageSettings |
45 | 45 | * |
46 | - * @return \eZ\Publish\Core\Persistence\Database\Expression |
|
46 | + * @return string |
|
47 | 47 | */ |
48 | 48 | public function handle( |
49 | 49 | CriteriaConverter $converter, |
@@ -219,8 +219,8 @@ |
||
219 | 219 | * |
220 | 220 | * @param Criterion $filter |
221 | 221 | * @param array $sort |
222 | - * @param mixed $offset |
|
223 | - * @param mixed $limit |
|
222 | + * @param integer $offset |
|
223 | + * @param integer $limit |
|
224 | 224 | * @param array $languageFilter |
225 | 225 | * |
226 | 226 | * @return int[] |
@@ -188,7 +188,7 @@ |
||
188 | 188 | * @param \eZ\Publish\API\Repository\Values\Content\Query\Criterion $criterion |
189 | 189 | * @param array $languageFilter |
190 | 190 | * |
191 | - * @return array |
|
191 | + * @return integer |
|
192 | 192 | */ |
193 | 193 | protected function getTotalCount(Criterion $criterion, array $languageFilter) |
194 | 194 | { |
@@ -361,7 +361,7 @@ discard block |
||
361 | 361 | * $languageCode. |
362 | 362 | * |
363 | 363 | * @param Type $contentType |
364 | - * @param mixed $fieldValue |
|
364 | + * @param Content\FieldValue $fieldValue |
|
365 | 365 | * @param string $languageCode |
366 | 366 | * |
367 | 367 | * @return Content |
@@ -480,8 +480,8 @@ discard block |
||
480 | 480 | /** |
481 | 481 | * Performs an update on $contentId in $contentVersion setting $field. |
482 | 482 | * |
483 | - * @param mixed $contentId |
|
484 | - * @param mixed $contentVersion |
|
483 | + * @param string $contentId |
|
484 | + * @param string $contentVersion |
|
485 | 485 | * @param Field $field |
486 | 486 | * |
487 | 487 | * @return Content |
@@ -60,7 +60,7 @@ discard block |
||
60 | 60 | /** |
61 | 61 | * Update name and identifier of a section. |
62 | 62 | * |
63 | - * @param mixed $id |
|
63 | + * @param integer $id |
|
64 | 64 | * @param string $name |
65 | 65 | * @param string $identifier |
66 | 66 | * |
@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | /** |
82 | 82 | * Get section data. |
83 | 83 | * |
84 | - * @param mixed $id |
|
84 | + * @param integer $id |
|
85 | 85 | * |
86 | 86 | * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException If section is not found |
87 | 87 | * |
@@ -172,7 +172,7 @@ discard block |
||
172 | 172 | * content objects. Make sure that no content objects are associated with |
173 | 173 | * the section any more *before* calling this method. |
174 | 174 | * |
175 | - * @param mixed $id |
|
175 | + * @param integer $id |
|
176 | 176 | */ |
177 | 177 | public function delete($id) |
178 | 178 | { |
@@ -189,8 +189,8 @@ discard block |
||
189 | 189 | /** |
190 | 190 | * Assigns section to single content object. |
191 | 191 | * |
192 | - * @param mixed $sectionId |
|
193 | - * @param mixed $contentId |
|
192 | + * @param integer $sectionId |
|
193 | + * @param integer $contentId |
|
194 | 194 | */ |
195 | 195 | public function assign($sectionId, $contentId) |
196 | 196 | { |
@@ -212,7 +212,7 @@ discard block |
||
212 | 212 | /** |
213 | 213 | * Number of role policies using a Section in limitations. |
214 | 214 | * |
215 | - * @param mixed $sectionId |
|
215 | + * @param integer $sectionId |
|
216 | 216 | * |
217 | 217 | * @return int |
218 | 218 | */ |
@@ -762,7 +762,7 @@ discard block |
||
762 | 762 | /** |
763 | 763 | * Test for the loadLocationChildren() method. |
764 | 764 | * |
765 | - * @return \eZ\Publish\API\Repository\Values\Content\Location[] |
|
765 | + * @return LocationList |
|
766 | 766 | * |
767 | 767 | * @see \eZ\Publish\API\Repository\LocationService::loadLocationChildren($location, $offset) |
768 | 768 | * @depends eZ\Publish\API\Repository\Tests\LocationServiceTest::testLoadLocationChildren |
@@ -826,7 +826,7 @@ discard block |
||
826 | 826 | /** |
827 | 827 | * Test for the loadLocationChildren() method. |
828 | 828 | * |
829 | - * @return \eZ\Publish\API\Repository\Values\Content\Location[] |
|
829 | + * @return LocationList |
|
830 | 830 | * |
831 | 831 | * @see \eZ\Publish\API\Repository\LocationService::loadLocationChildren($location, $offset, $limit) |
832 | 832 | * @depends eZ\Publish\API\Repository\Tests\LocationServiceTest::testLoadLocationChildren |
@@ -855,7 +855,7 @@ discard block |
||
855 | 855 | /** |
856 | 856 | * Test for the loadLocationChildren() method. |
857 | 857 | * |
858 | - * @param \eZ\Publish\API\Repository\Values\Content\Location[] $locations |
|
858 | + * @param LocationList $locations |
|
859 | 859 | * |
860 | 860 | * @see \eZ\Publish\API\Repository\LocationService::loadLocationChildren($location, $offset, $limit) |
861 | 861 | * @depends eZ\Publish\API\Repository\Tests\LocationServiceTest::testLoadLocationChildrenWithOffsetAndLimit |
@@ -2127,7 +2127,7 @@ discard block |
||
2127 | 2127 | * Assert generated aliases to expected alias return. |
2128 | 2128 | * |
2129 | 2129 | * @param \eZ\Publish\API\Repository\URLAliasService $urlAliasService |
2130 | - * @param array $expectedAliases |
|
2130 | + * @param string[] $expectedAliases |
|
2131 | 2131 | */ |
2132 | 2132 | protected function assertGeneratedAliases($urlAliasService, array $expectedAliases) |
2133 | 2133 | { |
@@ -2139,7 +2139,7 @@ discard block |
||
2139 | 2139 | |
2140 | 2140 | /** |
2141 | 2141 | * @param \eZ\Publish\API\Repository\URLAliasService $urlAliasService |
2142 | - * @param array $expectedSubItemAliases |
|
2142 | + * @param string[] $expectedSubItemAliases |
|
2143 | 2143 | */ |
2144 | 2144 | private function assertAliasesBeforeCopy($urlAliasService, array $expectedSubItemAliases) |
2145 | 2145 | { |
@@ -27,7 +27,7 @@ discard block |
||
27 | 27 | * |
28 | 28 | * @param \eZ\Publish\SPI\Search\Field $field |
29 | 29 | * |
30 | - * @return mixed |
|
30 | + * @return boolean |
|
31 | 31 | */ |
32 | 32 | public function canMap(Field $field) |
33 | 33 | { |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | * |
40 | 40 | * @param \eZ\Publish\SPI\Search\Field $field |
41 | 41 | * |
42 | - * @return mixed |
|
42 | + * @return string |
|
43 | 43 | */ |
44 | 44 | public function map(Field $field) |
45 | 45 | { |
@@ -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 | { |