Completed
Push — lazy_content_type ( 8d23f7 )
by André
15:58
created
eZ/Publish/Core/Repository/Helper/DomainMapper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
      *                         returned value object. If not given all languages are returned.
139 139
      * @param string|null $alwaysAvailableLanguage Language code fallback if a given field is not found in $languages
140 140
      *
141
-     * @return \eZ\Publish\API\Repository\Values\Content\Field[]|\Generator
141
+     * @return \Generator
142 142
      */
143 143
     public function buildDomainFields(array $spiFields, $contentType, array $languages = null, $alwaysAvailableLanguage = null)
144 144
     {
@@ -374,7 +374,7 @@  discard block
 block discarded – undo
374 374
      * @param \eZ\Publish\API\Repository\Values\Content\Location $parentLocation
375 375
      * @param mixed $mainLocation
376 376
      * @param mixed $contentId
377
-     * @param mixed $contentVersionNo
377
+     * @param null|integer $contentVersionNo
378 378
      *
379 379
      * @return \eZ\Publish\SPI\Persistence\Content\Location\CreateStruct
380 380
      */
Please login to merge, or discard this patch.