@@ -118,7 +118,7 @@ discard block |
||
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 |
||
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 | { |