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 (#1690)
by Cristian
04:33 queued 58s
created
src/resources/views/fields/video.blade.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 
6 6
 // if attribute casting is used, convert to JSON
7 7
 if (is_array($value)) {
8
-    $value = json_encode((object)$value);
8
+    $value = json_encode((object) $value);
9 9
 } elseif (is_object($value)) {
10 10
     $value = json_encode($value);
11 11
 } else {
Please login to merge, or discard this patch.
src/resources/views/fields/select2.blade.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
     <label>{!! $field['label'] !!}</label>
9 9
     @include('crud::inc.field_translatable_icon')
10 10
 
11
-    <?php $entity_model = $crud->getRelationModel($field['entity'],  - 1); ?>
11
+    <?php $entity_model = $crud->getRelationModel($field['entity'], - 1); ?>
12 12
     <select
13 13
         name="{{ $field['name'] }}"
14 14
         style="width: 100%"
Please login to merge, or discard this patch.