@@ -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 |