@@ -369,6 +369,7 @@ discard block |
||
369 | 369 | /** |
370 | 370 | * @covers \eZ\Publish\Core\FieldType\FieldType::isEmptyValue |
371 | 371 | * @dataProvider providerForTestIsEmptyValue |
372 | + * @param \eZ\Publish\SPI\FieldType\Value|null $value |
|
372 | 373 | */ |
373 | 374 | public function testIsEmptyValue($value) |
374 | 375 | { |
@@ -380,6 +381,7 @@ discard block |
||
380 | 381 | /** |
381 | 382 | * @covers \eZ\Publish\Core\FieldType\FieldType::isEmptyValue |
382 | 383 | * @dataProvider providerForTestIsNotEmptyValue |
384 | + * @param \eZ\Publish\SPI\FieldType\Value|null $value |
|
383 | 385 | */ |
384 | 386 | public function testIsNotEmptyValue($value) |
385 | 387 | { |
@@ -509,6 +511,7 @@ discard block |
||
509 | 511 | * Creates content with $fieldData. |
510 | 512 | * |
511 | 513 | * @param mixed $fieldData |
514 | + * @param Repository\Values\ContentType\ContentType $contentType |
|
512 | 515 | * |
513 | 516 | * @return \eZ\Publish\API\Repository\Values\Content\Content |
514 | 517 | */ |
@@ -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 | { |