Completed
Push — 6.13 ( 8ade82...b4f000 )
by
unknown
19:34 queued 10s
created
eZ/Publish/Core/Repository/Helper/DomainMapper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -344,7 +344,7 @@  discard block
 block discarded – undo
344 344
      * @param \eZ\Publish\SPI\Persistence\Content\Location $spiLocation
345 345
      * @param \eZ\Publish\SPI\Persistence\Content\ContentInfo $spiContentInfo pre-loaded Content Info
346 346
      *
347
-     * @return \eZ\Publish\API\Repository\Values\Content\Location
347
+     * @return \eZ\Publish\API\Repository\Values\ValueObject
348 348
      *
349 349
      * @throws \eZ\Publish\Core\Base\Exceptions\InvalidArgumentException In case if the given Content does not belong to the given Location
350 350
      */
@@ -415,7 +415,7 @@  discard block
 block discarded – undo
415 415
      * @param \eZ\Publish\API\Repository\Values\Content\Location $parentLocation
416 416
      * @param mixed $mainLocation
417 417
      * @param mixed $contentId
418
-     * @param mixed $contentVersionNo
418
+     * @param integer $contentVersionNo
419 419
      *
420 420
      * @return \eZ\Publish\SPI\Persistence\Content\Location\CreateStruct
421 421
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/SignalSlot/LocationService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -723,7 +723,7 @@
 block discarded – undo
723 723
      * Instantiates a new location create class.
724 724
      *
725 725
      * @param mixed $parentLocationId the parent under which the new location should be created
726
-     * @param eZ\Publish\API\Repository\Values\ContentType\ContentType|null $contentType
726
+     * @param null|ContentType $contentType
727 727
      *
728 728
      * @return \eZ\Publish\API\Repository\Values\Content\LocationCreateStruct
729 729
      */
Please login to merge, or discard this patch.