We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
1 | <?php |
||
7 | trait ViewsAndRestoresRevisions |
||
8 | { |
||
9 | /** |
||
10 | * Build a list of Revisions, grouped by revision date |
||
11 | * |
||
12 | * @return [Array] of revision groups, keyed by revision date |
||
|
|||
13 | */ |
||
14 | public function listRevisions($id) |
||
37 | |||
38 | /** |
||
39 | * Restore a single revision |
||
40 | * |
||
41 | * @param [int] $id The ID of the source CRUD Model instance to update |
||
42 | * @param [int] $revisionId The ID of the revision to use for the update |
||
43 | */ |
||
44 | public function restoreRevision($id, $revisionId) { |
||
55 | } |
||
56 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.