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

Completed
Pull Request — master (#1453)
by Oliver
05:13 queued 47s
created
src/app/Console/Commands/Install.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
                     $this->executeProcess('mkdir -p public/uploads');
54 54
                     break;
55 55
                 case '\\': // windows
56
-                    if (! file_exists('public\uploads')) {
56
+                    if (!file_exists('public\uploads')) {
57 57
                         $this->executeProcess('mkdir public\uploads');
58 58
                     }
59 59
                     break;
Please login to merge, or discard this patch.
src/resources/views/fields/select2_one.blade.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 <div @include('crud::inc.field_wrapper_attributes') >
7 7
     <label>{!! $field['label'] !!}</label>
8 8
     @include('crud::inc.field_translatable_icon')
9
-    <?php $entity_model = $crud->getRelationModel($field['entity'],  - 1); ?>
9
+    <?php $entity_model = $crud->getRelationModel($field['entity'], - 1); ?>
10 10
     <select
11 11
             name="{{ $field['name'] }}"
12 12
             style="width: 100%"
Please login to merge, or discard this patch.