@@ -182,7 +182,7 @@ discard block |
||
182 | 182 | /** |
183 | 183 | * render a view element. |
184 | 184 | * |
185 | - * @param object $object |
|
185 | + * @param \stdClass $object |
|
186 | 186 | * |
187 | 187 | * @return string |
188 | 188 | */ |
@@ -319,7 +319,7 @@ discard block |
||
319 | 319 | /** |
320 | 320 | * Get the identifiers as a string that is safe to use in a url. |
321 | 321 | * |
322 | - * @param object $model |
|
322 | + * @param \stdClass $model |
|
323 | 323 | * |
324 | 324 | * @return string string representation of the id that is safe to use in a url |
325 | 325 | */ |
@@ -341,7 +341,7 @@ discard block |
||
341 | 341 | } |
342 | 342 | |
343 | 343 | /** |
344 | - * @return string|bool |
|
344 | + * @return string|false |
|
345 | 345 | */ |
346 | 346 | public function getXEditableType($type) |
347 | 347 | { |
@@ -743,8 +743,8 @@ |
||
743 | 743 | /** |
744 | 744 | * Compare history revisions of object. |
745 | 745 | * |
746 | - * @param int|string|null $baseRevision |
|
747 | - * @param int|string|null $compareRevision |
|
746 | + * @param null|integer $baseRevision |
|
747 | + * @param null|integer $compareRevision |
|
748 | 748 | * |
749 | 749 | * @throws AccessDeniedException If access is not granted |
750 | 750 | * @throws NotFoundHttpException If the object or revision does not exist or the audit reader is not available |