Completed
Push — site-access-group ( 819e51...3834dc )
by
unknown
13:46
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.