Completed
Push — 7.0 ( a7abc6...3a3bb7 )
by André
83:35 queued 58:57
created
eZ/Publish/Core/REST/Client/ContentTypeService.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -513,9 +513,9 @@  discard block
 block discarded – undo
513 513
      * ATTENTION: This is not an API method and only meant for internal use in
514 514
      * the REST Client implementation.
515 515
      *
516
-     * @param mixed $fieldDefinitionListReference
516
+     * @param string $fieldDefinitionListReference
517 517
      *
518
-     * @return \eZ\Publish\Core\REST\Client\Values\FieldDefinitionList
518
+     * @return \eZ\Publish\API\Repository\Values\ValueObject
519 519
      */
520 520
     public function loadFieldDefinitionList($fieldDefinitionListReference)
521 521
     {
@@ -536,9 +536,9 @@  discard block
 block discarded – undo
536 536
      * ATTENTION: This is not an API method and only meant for internal use in
537 537
      * the REST Client implementation.
538 538
      *
539
-     * @param mixed $contentTypeGroupListReference
539
+     * @param string $contentTypeGroupListReference
540 540
      *
541
-     * @return \eZ\Publish\Core\REST\Client\Values\ContentTypeGroupRefList
541
+     * @return \eZ\Publish\API\Repository\Values\ValueObject
542 542
      */
543 543
     public function loadContentTypeGroupList($contentTypeGroupListReference)
544 544
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/Values/MultiLanguageDescriptionTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -30,6 +30,7 @@
 block discarded – undo
30 30
 
31 31
     /**
32 32
      * {@inheritdoc}
33
+     * @param string $languageCode
33 34
      */
34 35
     public function getDescription($languageCode = null)
35 36
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/Values/MultiLanguageNameTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -30,6 +30,7 @@
 block discarded – undo
30 30
 
31 31
     /**
32 32
      * {@inheritdoc}
33
+     * @param string $languageCode
33 34
      */
34 35
     public function getName($languageCode = null)
35 36
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/Values/User/User.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/Values/User/UserGroup.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.