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 — main ( ffbadc...8f5179 )
by Cristian
01:45 queued 15s
created
tests/Unit/CrudPanel/CrudPanelFieldsTest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -609,7 +609,7 @@  discard block
 block discarded – undo
609 609
     {
610 610
         $this->crudPanel->setOperationSetting(
611 611
             'strippedRequest',
612
-            static function (Request $request) {
612
+            static function(Request $request) {
613 613
                 return $request->toArray();
614 614
             },
615 615
             'update'
@@ -743,7 +743,7 @@  discard block
 block discarded – undo
743 743
                         ->validationMessages(['required' => 'is_required', 'min' => 'min_2'])
744 744
                         ->store_in('some')
745 745
                         ->size(6)
746
-                        ->on('created', function () {
746
+                        ->on('created', function() {
747 747
 
748 748
                         })
749 749
                         ->subfields([['name' => 'sub_1']])
@@ -776,7 +776,7 @@  discard block
 block discarded – undo
776 776
                 'class' => 'form-group col-md-6',
777 777
             ],
778 778
             'events' => [
779
-                'created' => function () {
779
+                'created' => function() {
780 780
 
781 781
                 },
782 782
             ],
Please login to merge, or discard this patch.