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 — add-property-to-trait ( f24db1 )
by Pedro
31:47
created
src/app/Library/CrudPanel/Traits/AutoSet.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
             }
41 41
         }, $this->getDbColumnsNames());
42 42
 
43
-       $this->autoset = [];
43
+        $this->autoset = [];
44 44
     }
45 45
 
46 46
     /**
Please login to merge, or discard this patch.