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 — fix-uploaders ( cdde01...d4106c )
by Pedro
13:25
created
src/app/Library/Validation/Rules/ValidUpload.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
             if(str_contains($attribute, '.') && get_class($entry) === get_class(CrudPanelFacade::getModel())) {
23 23
                 $previousValue = Arr::get($this->data, '_order_'.Str::before($attribute, '.'));
24 24
                 $previousValue = Arr::get($previousValue, Str::after($attribute, '.'));
25
-            }else{
25
+            } else{
26 26
                 $previousValue = Arr::get($entry,$attribute);
27 27
             }
28 28
             
Please login to merge, or discard this patch.