Completed
Push — master ( 9cf50b...2be9b1 )
by Adam
09:38 queued 07:25
created
src/Utility/Benchmark.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     public static function human($name = false)
47 47
     {
48 48
         return implode(array_map(function ($key, $value) {
49
-             return '[' . $key . ']: [' . (string) $value . "]\n";
49
+                return '[' . $key . ']: [' . (string) $value . "]\n";
50 50
         }, array_keys(self::get($name)), self::get($name)));
51 51
     }
52 52
 
Please login to merge, or discard this patch.