@@ -1438,7 +1438,7 @@ discard block |
||
| 1438 | 1438 | * |
| 1439 | 1439 | * @param string[] $methods |
| 1440 | 1440 | * |
| 1441 | - * @return \eZ\Publish\Core\Persistence\Legacy\Content\Handler |
|
| 1441 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
| 1442 | 1442 | */ |
| 1443 | 1443 | protected function getPartlyMockedHandler(array $methods) |
| 1444 | 1444 | { |
@@ -1462,7 +1462,7 @@ discard block |
||
| 1462 | 1462 | /** |
| 1463 | 1463 | * Returns a TreeHandler mock. |
| 1464 | 1464 | * |
| 1465 | - * @return \PHPUnit\Framework\MockObject\MockObject|\eZ\Publish\Core\Persistence\Legacy\Content\TreeHandler |
|
| 1465 | + * @return TreeHandler |
|
| 1466 | 1466 | */ |
| 1467 | 1467 | protected function getTreeHandlerMock() |
| 1468 | 1468 | { |
@@ -1345,7 +1345,7 @@ discard block |
||
| 1345 | 1345 | * |
| 1346 | 1346 | * @param \eZ\Publish\API\Repository\Values\Content\ContentUpdateStruct $contentUpdateStruct |
| 1347 | 1347 | * |
| 1348 | - * @return array |
|
| 1348 | + * @return string[] |
|
| 1349 | 1349 | */ |
| 1350 | 1350 | private function getUpdatedLanguageCodes(APIContentUpdateStruct $contentUpdateStruct) |
| 1351 | 1351 | { |
@@ -1372,7 +1372,7 @@ discard block |
||
| 1372 | 1372 | * @param \eZ\Publish\API\Repository\Values\Content\ContentUpdateStruct $contentUpdateStruct |
| 1373 | 1373 | * @param \eZ\Publish\API\Repository\Values\Content\Content $content |
| 1374 | 1374 | * |
| 1375 | - * @return array |
|
| 1375 | + * @return string[] |
|
| 1376 | 1376 | */ |
| 1377 | 1377 | protected function getLanguageCodesForUpdate(APIContentUpdateStruct $contentUpdateStruct, APIContent $content) |
| 1378 | 1378 | { |
@@ -1491,7 +1491,7 @@ discard block |
||
| 1491 | 1491 | * @param \eZ\Publish\API\Repository\Values\Content\VersionInfo $versionInfo |
| 1492 | 1492 | * @param int|null $publicationDate If null existing date is kept if there is one, otherwise current time is used. |
| 1493 | 1493 | * |
| 1494 | - * @return \eZ\Publish\API\Repository\Values\Content\Content |
|
| 1494 | + * @return LocationCreateStruct |
|
| 1495 | 1495 | */ |
| 1496 | 1496 | protected function internalPublishVersion(APIVersionInfo $versionInfo, $publicationDate = null) |
| 1497 | 1497 | { |
@@ -187,7 +187,7 @@ |
||
| 187 | 187 | /** |
| 188 | 188 | * Returns if the given $value is considered empty by the field type. |
| 189 | 189 | * |
| 190 | - * @param mixed $value |
|
| 190 | + * @param SPIValue $value |
|
| 191 | 191 | * |
| 192 | 192 | * @return bool |
| 193 | 193 | */ |
@@ -139,7 +139,7 @@ discard block |
||
| 139 | 139 | } |
| 140 | 140 | |
| 141 | 141 | /** |
| 142 | - * @return \PHPUnit\Framework\MockObject\MockObject|\eZ\Publish\Core\Repository\Helper\ContentTypeDomainMapper |
|
| 142 | + * @return ContentTypeDomainMapper |
|
| 143 | 143 | */ |
| 144 | 144 | protected function getContentTypeDomainMapperMock() |
| 145 | 145 | { |
@@ -250,7 +250,7 @@ discard block |
||
| 250 | 250 | * |
| 251 | 251 | * @param int $id |
| 252 | 252 | * |
| 253 | - * @return \eZ\Publish\API\Repository\Values\User\User |
|
| 253 | + * @return null|\eZ\Publish\API\Repository\Values\User\UserReference |
|
| 254 | 254 | */ |
| 255 | 255 | protected function getStubbedUser($id) |
| 256 | 256 | { |
@@ -56,6 +56,7 @@ |
||
| 56 | 56 | |
| 57 | 57 | /** |
| 58 | 58 | * Assert that the elements are. |
| 59 | + * @param \eZ\Publish\API\Repository\Values\Content\Search\SearchResult $searchResult |
|
| 59 | 60 | */ |
| 60 | 61 | protected function assertSearchResults($expectedIds, $searchResult) |
| 61 | 62 | { |
@@ -93,7 +93,7 @@ discard block |
||
| 93 | 93 | /** |
| 94 | 94 | * Returns a content mapper mock. |
| 95 | 95 | * |
| 96 | - * @return \eZ\Publish\Core\Persistence\Legacy\Content\Mapper |
|
| 96 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
| 97 | 97 | */ |
| 98 | 98 | protected function getContentMapperMock() |
| 99 | 99 | { |
@@ -149,7 +149,7 @@ discard block |
||
| 149 | 149 | /** |
| 150 | 150 | * Returns a content field handler mock. |
| 151 | 151 | * |
| 152 | - * @return \eZ\Publish\Core\Persistence\Legacy\Content\FieldHandler |
|
| 152 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
| 153 | 153 | */ |
| 154 | 154 | protected function getContentFieldHandlerMock() |
| 155 | 155 | { |
@@ -166,7 +166,7 @@ |
||
| 166 | 166 | /** |
| 167 | 167 | * Returns a location mapper mock. |
| 168 | 168 | * |
| 169 | - * @return \eZ\Publish\Core\Persistence\Legacy\Content\Location\Mapper |
|
| 169 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
| 170 | 170 | */ |
| 171 | 171 | protected function getLocationMapperMock() |
| 172 | 172 | { |
@@ -93,7 +93,7 @@ discard block |
||
| 93 | 93 | /** |
| 94 | 94 | * Returns a content mapper mock. |
| 95 | 95 | * |
| 96 | - * @return \eZ\Publish\Core\Persistence\Legacy\Content\Mapper |
|
| 96 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
| 97 | 97 | */ |
| 98 | 98 | protected function getContentMapperMock() |
| 99 | 99 | { |
@@ -149,7 +149,7 @@ discard block |
||
| 149 | 149 | /** |
| 150 | 150 | * Returns a content field handler mock. |
| 151 | 151 | * |
| 152 | - * @return \eZ\Publish\Core\Persistence\Legacy\Content\FieldHandler |
|
| 152 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
| 153 | 153 | */ |
| 154 | 154 | protected function getContentFieldHandlerMock() |
| 155 | 155 | { |
@@ -339,9 +339,9 @@ |
||
| 339 | 339 | * Return relevant content and location tags so cache can be purged reliably. |
| 340 | 340 | * |
| 341 | 341 | * @param \eZ\Publish\SPI\Persistence\Content\Location $location |
| 342 | - * @param array $tags Optional, can be used to specify additional tags. |
|
| 342 | + * @param string[] $tags Optional, can be used to specify additional tags. |
|
| 343 | 343 | * |
| 344 | - * @return array |
|
| 344 | + * @return string[] |
|
| 345 | 345 | */ |
| 346 | 346 | private function getCacheTags(Location $location, $tags = []) |
| 347 | 347 | { |