Completed
Push — master ( 9132e2...283745 )
by Łukasz
45:55 queued 23:55
created
eZ/Publish/Core/Repository/Helper/DomainMapper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -233,7 +233,7 @@  discard block
 block discarded – undo
233 233
      * @throws InvalidArgumentType On invalid $contentType
234 234
      *
235 235
      * @param \eZ\Publish\SPI\Persistence\Content\Field[] $spiFields
236
-     * @param ContentType|SPIType $contentType
236
+     * @param ContentType $contentType
237 237
      * @param array $prioritizedLanguages A language priority, filters returned fields and is used as prioritized language code on
238 238
      *                         returned value object. If not given all languages are returned.
239 239
      * @param string|null $alwaysAvailableLanguage Language code fallback if a given field is not found in $prioritizedLanguages
@@ -640,7 +640,7 @@  discard block
 block discarded – undo
640 640
      * @param \eZ\Publish\API\Repository\Values\Content\Location $parentLocation
641 641
      * @param mixed $mainLocation
642 642
      * @param mixed $contentId
643
-     * @param mixed $contentVersionNo
643
+     * @param null|integer $contentVersionNo
644 644
      *
645 645
      * @return \eZ\Publish\SPI\Persistence\Content\Location\CreateStruct
646 646
      */
Please login to merge, or discard this patch.