Completed
Push — master ( e4e41d...541c1b )
by André
81:16 queued 55:50
created
eZ/Publish/Core/Repository/Helper/DomainMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -360,7 +360,7 @@
 block discarded – undo
360 360
      * @param \eZ\Publish\API\Repository\Values\Content\Location $parentLocation
361 361
      * @param mixed $mainLocation
362 362
      * @param mixed $contentId
363
-     * @param mixed $contentVersionNo
363
+     * @param null|integer $contentVersionNo
364 364
      *
365 365
      * @return \eZ\Publish\SPI\Persistence\Content\Location\CreateStruct
366 366
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/Controller/Controller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     private static $contentId = 42;
14 14
 
15 15
     /**
16
-     * @return mixed
16
+     * @return integer
17 17
      */
18 18
     public static function getContentId()
19 19
     {
Please login to merge, or discard this patch.
Publish/Core/Search/Elasticsearch/Content/FieldValueMapper/DateMapper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
      *
28 28
      * @param \eZ\Publish\SPI\Search\Field $field
29 29
      *
30
-     * @return mixed
30
+     * @return boolean
31 31
      */
32 32
     public function canMap(Field $field)
33 33
     {
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
      *
40 40
      * @param \eZ\Publish\SPI\Search\Field $field
41 41
      *
42
-     * @return mixed
42
+     * @return string
43 43
      */
44 44
     public function map(Field $field)
45 45
     {
Please login to merge, or discard this patch.