Completed
Push — ezp-30806-tmp-7.5 ( 069bb0...315c25 )
by
unknown
36:09 queued 14:41
created
eZ/Publish/Core/Persistence/Legacy/Content/Mapper.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
      * Creates a Content from the given $struct and $currentVersionNo.
58 58
      *
59 59
      * @param \eZ\Publish\SPI\Persistence\Content\CreateStruct $struct
60
-     * @param mixed $currentVersionNo
60
+     * @param integer $currentVersionNo
61 61
      *
62 62
      * @return \eZ\Publish\SPI\Persistence\Content\ContentInfo
63 63
      */
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
      * Creates a new version for the given $struct and $versionNo.
93 93
      *
94 94
      * @param \eZ\Publish\SPI\Persistence\Content\CreateStruct $struct
95
-     * @param mixed $versionNo
95
+     * @param integer $versionNo
96 96
      *
97 97
      * @return \eZ\Publish\SPI\Persistence\Content\VersionInfo
98 98
      */
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
      * Creates a new version for the given $content.
126 126
      *
127 127
      * @param \eZ\Publish\SPI\Persistence\Content $content
128
-     * @param mixed $versionNo
128
+     * @param integer $versionNo
129 129
      * @param mixed $userId
130 130
      * @param string|null $languageCode
131 131
      *
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Client/ContentService.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -441,7 +441,6 @@
 block discarded – undo
441 441
      *
442 442
      * @param \eZ\Publish\API\Repository\Values\Content\ContentInfo $contentInfo
443 443
      * @param \eZ\Publish\API\Repository\Values\Content\VersionInfo $versionInfo
444
-     * @param \eZ\Publish\API\Repository\Values\User\User $user if set given user is used to create the draft - otherwise the current user is used
445 444
      * @param \eZ\Publish\API\Repository\Values\Content\Language|null if not set the draft is created with the initialLanguage code of the source version or if not present with the main language.
446 445
      *
447 446
      * @return \eZ\Publish\API\Repository\Values\Content\Content - the newly created content draft
Please login to merge, or discard this patch.
eZ/Publish/Core/SignalSlot/ContentService.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -441,7 +441,6 @@
 block discarded – undo
441 441
      *
442 442
      * @param \eZ\Publish\API\Repository\Values\Content\ContentInfo $contentInfo
443 443
      * @param \eZ\Publish\API\Repository\Values\Content\VersionInfo $versionInfo
444
-     * @param \eZ\Publish\API\Repository\Values\User\User $user if set given user is used to create the draft - otherwise the current user is used
445 444
      * @param \eZ\Publish\API\Repository\Values\Content\Language|null if not set the draft is created with the initialLanguage code of the source version or if not present with the main language.
446 445
      *
447 446
      * @return \eZ\Publish\API\Repository\Values\Content\Content - the newly created content draft
Please login to merge, or discard this patch.