@@ -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 |
@@ -98,6 +98,9 @@ |
||
98 | 98 | ); |
99 | 99 | } |
100 | 100 | |
101 | + /** |
|
102 | + * @return \eZ\Publish\Core\Base\Utils\DeprecationWarnerInterface |
|
103 | + */ |
|
101 | 104 | public function getDeprecationWarnerMock() |
102 | 105 | { |
103 | 106 | if (!isset($this->deprecationWarnerMock)) { |