Completed
Push — EZP-30461-remove-nameable ( f1e63b )
by
unknown
29:11 queued 08:07
created
eZ/Publish/Core/FieldType/Generic/Value.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -12,5 +12,8 @@
 block discarded – undo
12 12
 
13 13
 interface Value extends BaseValue
14 14
 {
15
+    /**
16
+     * @return string
17
+     */
15 18
     public function __toString();
16 19
 }
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Tests/Content/Type/MapperTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -433,7 +433,7 @@  discard block
 block discarded – undo
433 433
     /**
434 434
      * Returns a Mapper with conversion methods mocked.
435 435
      *
436
-     * @return Mapper
436
+     * @return \PHPUnit\Framework\MockObject\MockObject
437 437
      */
438 438
     protected function getNonConvertingMapper()
439 439
     {
@@ -463,7 +463,7 @@  discard block
 block discarded – undo
463 463
     /**
464 464
      * Returns a converter registry mock.
465 465
      *
466
-     * @return \eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistryInterface
466
+     * @return \PHPUnit\Framework\MockObject\MockObject
467 467
      */
468 468
     protected function getConverterRegistryMock()
469 469
     {
Please login to merge, or discard this patch.