@@ -208,7 +208,7 @@ discard block |
||
| 208 | 208 | /** |
| 209 | 209 | * Delete action. |
| 210 | 210 | * |
| 211 | - * @param int|string|null $id |
|
| 211 | + * @param integer|null $id |
|
| 212 | 212 | * |
| 213 | 213 | * @throws NotFoundHttpException If the object does not exist |
| 214 | 214 | * @throws AccessDeniedException If access is not granted |
@@ -726,7 +726,7 @@ discard block |
||
| 726 | 726 | /** |
| 727 | 727 | * View history revision of object. |
| 728 | 728 | * |
| 729 | - * @param int|string|null $id |
|
| 729 | + * @param null|integer $id |
|
| 730 | 730 | * @param string|null $revision |
| 731 | 731 | * |
| 732 | 732 | * @throws AccessDeniedException If access is not granted |
@@ -786,9 +786,9 @@ discard block |
||
| 786 | 786 | /** |
| 787 | 787 | * Compare history revisions of object. |
| 788 | 788 | * |
| 789 | - * @param int|string|null $id |
|
| 790 | - * @param int|string|null $base_revision |
|
| 791 | - * @param int|string|null $compare_revision |
|
| 789 | + * @param null|integer $id |
|
| 790 | + * @param null|integer $base_revision |
|
| 791 | + * @param null|integer $compare_revision |
|
| 792 | 792 | * |
| 793 | 793 | * @throws AccessDeniedException If access is not granted |
| 794 | 794 | * @throws NotFoundHttpException If the object or revision does not exist or the audit reader is not available |