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 ( d5d3d6...12ed33 )
by Cristian
03:16
created
src/app/Http/Controllers/Operations/ListOperation.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
         }
48 48
         // limit the number of results according to the datatables pagination
49 49
         if ($this->request->input('length')) {
50
-            $this->crud->take((int)$this->request->input('length'));
50
+            $this->crud->take((int) $this->request->input('length'));
51 51
         }
52 52
         // overwrite any order set in the setup() method with the datatables order
53 53
         if ($this->request->input('order')) {
Please login to merge, or discard this patch.