Completed
Push — 6.8 ( c9e2c2...40828a )
by André
24:48 queued 12:07
created
eZ/Publish/API/Repository/Tests/FieldType/KeywordIntegrationTest.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
     /**
97 97
      * Get initial field data for valid object creation.
98 98
      *
99
-     * @return mixed
99
+     * @return KeywordValue
100 100
      */
101 101
     public function getValidCreationFieldData()
102 102
     {
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
     /**
173 173
      * Get update field externals data.
174 174
      *
175
-     * @return array
175
+     * @return KeywordValue
176 176
      */
177 177
     public function getValidUpdateFieldData()
178 178
     {
@@ -352,6 +352,8 @@  discard block
 block discarded – undo
352 352
 
353 353
     /**
354 354
      * {@inheritdoc}
355
+     * @param KeywordValue $fieldData
356
+     * @param \eZ\Publish\API\Repository\Values\ContentType\ContentType $contentType
355 357
      */
356 358
     protected function createContent($fieldData, $contentType = null)
357 359
     {
Please login to merge, or discard this patch.