Completed
Push — 7.2 ( e81664...8ad7aa )
by
unknown
54:22 queued 29:37
created
eZ/Publish/Core/Repository/ContentService.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1345,7 +1345,7 @@  discard block
 block discarded – undo
1345 1345
      *
1346 1346
      * @param \eZ\Publish\API\Repository\Values\Content\ContentUpdateStruct $contentUpdateStruct
1347 1347
      *
1348
-     * @return array
1348
+     * @return string[]
1349 1349
      */
1350 1350
     private function getUpdatedLanguageCodes(APIContentUpdateStruct $contentUpdateStruct)
1351 1351
     {
@@ -1372,7 +1372,7 @@  discard block
 block discarded – undo
1372 1372
      * @param \eZ\Publish\API\Repository\Values\Content\ContentUpdateStruct $contentUpdateStruct
1373 1373
      * @param \eZ\Publish\API\Repository\Values\Content\Content $content
1374 1374
      *
1375
-     * @return array
1375
+     * @return string[]
1376 1376
      */
1377 1377
     protected function getLanguageCodesForUpdate(APIContentUpdateStruct $contentUpdateStruct, APIContent $content)
1378 1378
     {
@@ -1491,7 +1491,7 @@  discard block
 block discarded – undo
1491 1491
      * @param \eZ\Publish\API\Repository\Values\Content\VersionInfo $versionInfo
1492 1492
      * @param int|null $publicationDate If null existing date is kept if there is one, otherwise current time is used.
1493 1493
      *
1494
-     * @return \eZ\Publish\API\Repository\Values\Content\Content
1494
+     * @return LocationCreateStruct
1495 1495
      */
1496 1496
     protected function internalPublishVersion(APIVersionInfo $versionInfo, $publicationDate = null)
1497 1497
     {
Please login to merge, or discard this patch.