@@ -79,6 +79,6 @@ |
||
79 | 79 | { |
80 | 80 | $keyStrucure = '#%d %s'; |
81 | 81 | |
82 | - return sprintf($keyStrucure, count($this->data)+1, $name); |
|
82 | + return sprintf($keyStrucure, count($this->data) + 1, $name); |
|
83 | 83 | } |
84 | 84 | } |
@@ -20,7 +20,7 @@ |
||
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); |
@@ -56,7 +56,7 @@ |
||
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 | }; |