Completed
Push — wip-lisem ( 22c0b0...7ffd93 )
by
unknown
05:22 queued 02:48
created
src/Admin/Handler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     {
21 21
         $this->writer->open();
22 22
 
23
-        dump('ici');die;
23
+        dump('ici'); die;
24 24
 
25 25
         foreach ($this->source as $data) {
26 26
             $this->writer->write($data);
Please login to merge, or discard this patch.
src/Exporter/Exporter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
         }
57 57
         $writer = $this->writers[$format];
58 58
 
59
-        $callback = function () use ($source, $writer) {
59
+        $callback = function() use ($source, $writer) {
60 60
             $handler = \Blast\CoreBundle\Exporter\Handler::create($source, $writer);
61 61
             $handler->export();
62 62
         };
Please login to merge, or discard this patch.