@@ -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 | { |
@@ -222,7 +222,7 @@ |
||
222 | 222 | * @param \eZ\Publish\API\Repository\Values\Content\Location $rootLocation |
223 | 223 | * @param string[]|null $prioritizedLanguages Used as prioritized language code on translated properties of returned object. |
224 | 224 | * |
225 | - * @return \eZ\Publish\API\Repository\Values\Content\Location[] |
|
225 | + * @return \eZ\Publish\API\Repository\Values\ValueObject |
|
226 | 226 | */ |
227 | 227 | public function loadLocations(ContentInfo $contentInfo, Location $rootLocation = null, array $prioritizedLanguages = null) |
228 | 228 | { |