Completed
Push — wip-platform ( 03cba6...2999ab )
by
unknown
05:53 queued 02:49
created
Exporter/Exporter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
         }
56 56
         $writer = $this->writers[$format];
57 57
 
58
-        $callback = function () use ($source, $writer) {
58
+        $callback = function() use ($source, $writer) {
59 59
             $handler = \Blast\Bundle\CoreBundle\Exporter\Handler::create($source, $writer);
60 60
             $handler->export();
61 61
         };
Please login to merge, or discard this patch.