Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Completed
Pull Request — master (#1360)
by Ihsan
07:17
created
src/app/Http/Controllers/CrudFeatures/Revisions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
         $id = $this->crud->getCurrentEntryId() ?? $id;
48 48
 
49 49
         $revisionId = \Request::input('revision_id', false);
50
-        if (! $revisionId) {
50
+        if (!$revisionId) {
51 51
             abort(500, 'Can\'t restore revision without revision_id');
52 52
         } else {
53 53
             $this->crud->restoreRevision($id, $revisionId); // do the update
Please login to merge, or discard this patch.