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 — master ( eade61...b77ec4 )
by Cristian
107:13 queued 92:19
created
src/app/Library/CrudPanel/Traits/Validation.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
                         // Convert dot to array notation
99 99
                         $key = \Str::of($key)
100 100
                             ->explode('.')
101
-                            ->map(function ($value, $key) {
101
+                            ->map(function($value, $key) {
102 102
                                 return $key ? "[$value]" : $value;
103 103
                             })
104 104
                             ->join('');
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
      */
124 124
     public function isRequired($inputKey)
125 125
     {
126
-        if (! $this->hasOperationSetting('requiredFields')) {
126
+        if (!$this->hasOperationSetting('requiredFields')) {
127 127
             return false;
128 128
         }
129 129
 
Please login to merge, or discard this patch.