Completed
Push — 6.13 ( 9be916...d07e9f )
by
unknown
20:51
created
eZ/Publish/SPI/Tests/FieldType/BaseIntegrationTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -361,7 +361,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/ImageIntegrationTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -98,6 +98,9 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.