Completed
Push — master ( 27a2ba...782061 )
by
unknown
13s
created
src/Profiler/Collector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,6 +79,6 @@
 block discarded – undo
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
 }
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.