Test Failed
Push — develop ( bcc3c6...bf9a88 )
by Nikita
09:13
created
app/Http/Requests/GdaemonAPI/JsonServerBulkRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 
19 19
     public function values(): array
20 20
     {
21
-        return array_map(function ($v) {
21
+        return array_map(function($v) {
22 22
             return Arr::only($v, ['id', 'installed', 'process_active', 'last_process_check']);
23 23
         }, $this->json()->all());
24 24
     }
Please login to merge, or discard this patch.