Completed
Push — master ( 02e816...b5f511 )
by André
12:31
created
eZ/Publish/Core/Persistence/Legacy/Content/TreeHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
      *
119 119
      * Result is returned with oldest version first (sorted by created, or version id as long as it's auto increment).
120 120
      *
121
-     * @param mixed $contentId
121
+     * @param integer $contentId
122 122
      * @param mixed|null $status Optional argument to filter versions by status, like {@see VersionInfo::STATUS_ARCHIVED}.
123 123
      * @param int $limit Limit for items returned, -1 means none.
124 124
      *
@@ -173,7 +173,7 @@  discard block
 block discarded – undo
173 173
      *
174 174
      * @param mixed $locationId
175 175
      *
176
-     * @return bool
176
+     * @return boolean|null
177 177
      */
178 178
     public function removeSubtree($locationId)
179 179
     {
Please login to merge, or discard this patch.