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 — poc-backpack-components ( 0ddd2c...dbc69d )
by Pedro
26:57
created
src/app/Library/Components/Fields/FieldCollection.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 {
9 9
     public function getCollection()
10 10
     {
11
-       return app('crud')->getOperationSetting('fields') ?? [];
11
+        return app('crud')->getOperationSetting('fields') ?? [];
12 12
     }
13 13
 
14 14
     public function saveCollection($collection)
Please login to merge, or discard this patch.