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
Push — master ( ee8112...52bd27 )
by Cristian
03:13
created
src/resources/views/fields/table.blade.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,7 @@
 block discarded – undo
12 12
     if(is_array($items)) {
13 13
         if (count($items)) {
14 14
             $items = json_encode($items);
15
-        }
16
-        else
15
+        } else
17 16
         {
18 17
             $items = '[]';
19 18
         }
Please login to merge, or discard this patch.