Test Setup Failed
Branch master (b29bf8)
by Raffael
03:59
created
src/app/Balloon.App.Elasticsearch/Job.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /**
6 6
  * balloon
@@ -353,7 +353,7 @@  discard block
 block discarded – undo
353 353
         $content = base64_encode(stream_get_contents($node->get()));
354 354
 
355 355
         $metadata = $meta['metadata'];
356
-        array_walk_recursive($metadata, function (&$value) { $value = (string) $value; });
356
+        array_walk_recursive($metadata, function(&$value) { $value = (string) $value; });
357 357
 
358 358
         $params = [
359 359
             'index' => $this->es->getIndex(),
Please login to merge, or discard this patch.