@@ -417,7 +417,7 @@ |
||
| 417 | 417 | * @param \eZ\Publish\SPI\Persistence\Content\Field[] $fields |
| 418 | 418 | * @param array $languageCodes |
| 419 | 419 | * |
| 420 | - * @return \eZ\Publish\SPI\Persistence\Content\Field[][] |
|
| 420 | + * @return Content |
|
| 421 | 421 | */ |
| 422 | 422 | protected function getFieldMap(array $fields, &$languageCodes = null) |
| 423 | 423 | { |
@@ -117,7 +117,7 @@ discard block |
||
| 117 | 117 | } |
| 118 | 118 | |
| 119 | 119 | /** |
| 120 | - * @return \eZ\Publish\SPI\Persistence\Content\Language\Handler|\PHPUnit_Framework_MockObject_MockObject |
|
| 120 | + * @return \eZ\Publish\SPI\Persistence\Content\Language\Handler |
|
| 121 | 121 | */ |
| 122 | 122 | protected function getLanguageHandlerMock() |
| 123 | 123 | { |
@@ -125,7 +125,7 @@ discard block |
||
| 125 | 125 | } |
| 126 | 126 | |
| 127 | 127 | /** |
| 128 | - * @return \eZ\Publish\SPI\Persistence\Content\Type\Handler|\PHPUnit_Framework_MockObject_MockObject |
|
| 128 | + * @return \eZ\Publish\SPI\Persistence\Content\Type\Handler |
|
| 129 | 129 | */ |
| 130 | 130 | protected function getTypeHandlerMock() |
| 131 | 131 | { |