@@ -8,7 +8,6 @@ |
||
| 8 | 8 | */ |
| 9 | 9 | namespace eZ\Publish\API\Repository\Tests\Common; |
| 10 | 10 | |
| 11 | -use eZ\Publish\API\Repository\Values\Content\Query; |
|
| 12 | 11 | use eZ\Publish\API\Repository\Values\Content\Query\Criterion; |
| 13 | 12 | use eZ\Publish\API\Repository\Values\Content\Query\SortClause; |
| 14 | 13 | use eZ\Publish\API\Repository\Values\Content\Query\FacetBuilder; |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | use Behat\Behat\Context\Context; |
| 8 | 8 | use Behat\Behat\Context\SnippetAcceptingContext; |
| 9 | 9 | use Behat\Behat\Hook\Scope\BeforeScenarioScope; |
| 10 | -use eZ\Publish\API\Repository\Values\Content\Content; |
|
| 11 | 10 | use eZ\Publish\API\Repository\Values\Content\VersionInfo; |
| 12 | 11 | use EzSystems\BehatBundle\Context\Browser\Context as BrowserContext; |
| 13 | 12 | use EzSystems\PlatformBehatBundle\Context\SubContext\DeprecationNoticeSupressor; |
@@ -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 | { |
@@ -30,6 +30,7 @@ |
||
| 30 | 30 | |
| 31 | 31 | /** |
| 32 | 32 | * {@inheritdoc} |
| 33 | + * @param string $languageCode |
|
| 33 | 34 | */ |
| 34 | 35 | public function getDescription($languageCode = null) |
| 35 | 36 | { |
@@ -30,6 +30,7 @@ |
||
| 30 | 30 | |
| 31 | 31 | /** |
| 32 | 32 | * {@inheritdoc} |
| 33 | + * @param string $languageCode |
|
| 33 | 34 | */ |
| 34 | 35 | public function getName($languageCode = null) |
| 35 | 36 | { |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | * @param string $fieldDefIdentifier |
| 45 | 45 | * @param string $languageCode |
| 46 | 46 | * |
| 47 | - * @return mixed a primitive type or a field type Value object depending on the field type. |
|
| 47 | + * @return \eZ\Publish\SPI\FieldType\Value|null a primitive type or a field type Value object depending on the field type. |
|
| 48 | 48 | */ |
| 49 | 49 | public function getFieldValue($fieldDefIdentifier, $languageCode = null) |
| 50 | 50 | { |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | * @param string $fieldDefIdentifier |
| 45 | 45 | * @param string $languageCode |
| 46 | 46 | * |
| 47 | - * @return mixed a primitive type or a field type Value object depending on the field type. |
|
| 47 | + * @return \eZ\Publish\SPI\FieldType\Value|null a primitive type or a field type Value object depending on the field type. |
|
| 48 | 48 | */ |
| 49 | 49 | public function getFieldValue($fieldDefIdentifier, $languageCode = null) |
| 50 | 50 | { |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | * @param string $fieldDefIdentifier |
| 45 | 45 | * @param string $languageCode |
| 46 | 46 | * |
| 47 | - * @return mixed a primitive type or a field type Value object depending on the field type. |
|
| 47 | + * @return \eZ\Publish\SPI\FieldType\Value|null a primitive type or a field type Value object depending on the field type. |
|
| 48 | 48 | */ |
| 49 | 49 | public function getFieldValue($fieldDefIdentifier, $languageCode = null) |
| 50 | 50 | { |
@@ -492,7 +492,7 @@ |
||
| 492 | 492 | * @param mixed $userId |
| 493 | 493 | * @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object. |
| 494 | 494 | * |
| 495 | - * @return \eZ\Publish\API\Repository\Values\User\User |
|
| 495 | + * @return \eZ\Publish\API\Repository\Values\ValueObject |
|
| 496 | 496 | * |
| 497 | 497 | * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException if a user with the given id was not found |
| 498 | 498 | */ |