Completed
Pull Request — master (#52)
by
unknown
05:45 queued 03:01
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.