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-upload-non-breaking ( f5e6cd...f21faf )
by Pedro
30:05 queued 15:07
created
src/app/Library/CrudPanel/CrudField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -245,7 +245,7 @@
 block discarded – undo
245 245
         // append the field name to the rule name of validationMessages array.
246 246
         // eg: ['required => 'This field is required']
247 247
         // will be transformed into: ['field_name.required' => 'This field is required]
248
-        $this->crud()->setValidationFromArray([], array_merge(...array_map(function ($rule, $message) {
248
+        $this->crud()->setValidationFromArray([], array_merge(...array_map(function($rule, $message) {
249 249
             return [$this->attributes['name'].'.'.$rule => $message];
250 250
         }, array_keys($messages), $messages)));
251 251
 
Please login to merge, or discard this patch.