Completed
Push — user_properties_fixes ( e57f70 )
by André
14:19
created
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.