Completed
Push — master ( bfb07b...ea5df1 )
by
unknown
26:28 queued 11:44
created
eZ/Publish/Core/Helper/PreviewLocationProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
      * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException
57 57
      * @throws \eZ\Publish\API\Repository\Exceptions\UnauthorizedException
58 58
      *
59
-     * @param mixed $contentId
59
+     * @param integer $contentId
60 60
      *
61 61
      * @return \eZ\Publish\API\Repository\Values\Content\Location|null
62 62
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/Search/Common/Indexer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
     /**
61 61
      * Get PDOStatement to fetch metadata about content objects to be indexed.
62 62
      *
63
-     * @param array $fields Select fields
63
+     * @param string[] $fields Select fields
64 64
      *
65 65
      * @return \PDOStatement
66 66
      */
Please login to merge, or discard this patch.