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 ( 54fb66...bd2bad )
by Cristian
11:17
created
src/PanelTraits/Search.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -116,9 +116,9 @@
 block discarded – undo
116 116
         // add the details_row buttons as the first column
117 117
         if ($this->details_row) {
118 118
             array_unshift($row_items, \View::make('crud::columns.details_row_button')
119
-                                           ->with('crud', $this)
120
-                                           ->with('entry', $entry)
121
-                                           ->render());
119
+                                            ->with('crud', $this)
120
+                                            ->with('entry', $entry)
121
+                                            ->render());
122 122
         }
123 123
 
124 124
         return $row_items;
Please login to merge, or discard this patch.