We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -9,6 +9,7 @@ discard block |
||
9 | 9 | /** |
10 | 10 | * Build a list of Revisions, grouped by revision date |
11 | 11 | * |
12 | + * @param integer $id |
|
12 | 13 | * @return [Array] of revision groups, keyed by revision date |
13 | 14 | */ |
14 | 15 | public function listRevisions($id) |
@@ -38,7 +39,7 @@ discard block |
||
38 | 39 | /** |
39 | 40 | * Restore a single revision |
40 | 41 | * |
41 | - * @param [int] $id The ID of the source CRUD Model instance to update |
|
42 | + * @param integer $id The ID of the source CRUD Model instance to update |
|
42 | 43 | * @param [int] $revisionId The ID of the revision to use for the update |
43 | 44 | */ |
44 | 45 | public function restoreRevision($id, $revisionId) { |