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

Passed
Push — details-row-optional ( e6df25 )
by Pedro
13:48
created
src/app/Http/Controllers/Operations/ListOperation.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
             'operation' => 'list',
28 28
         ]);
29 29
 
30
-        if(!isset($this->listOperationDetailsRow) || (isset($this->listOperationDetailsRow) && is_bool($this->listOperationDetailsRow) && $this->listOperationDetailsRow)) {
30
+        if (!isset($this->listOperationDetailsRow) || (isset($this->listOperationDetailsRow) && is_bool($this->listOperationDetailsRow) && $this->listOperationDetailsRow)) {
31 31
             Route::get($segment.'/{id}/details', [
32 32
                 'as'        => $routeName.'.showDetailsRow',
33 33
                 'uses'      => $controller.'@showDetailsRow',
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
     {
44 44
         $this->crud->allowAccess('list');
45 45
 
46
-        $this->crud->operation('list', function () {
46
+        $this->crud->operation('list', function() {
47 47
             $this->crud->loadDefaultOperationSettingsFromConfig();
48 48
         });
49 49
     }
Please login to merge, or discard this patch.