Completed
Push — master ( 8c9cd6...ef07c2 )
by Adam
08:13
created
src/ValueObject.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace BestServedCold\PhalueObjects;
4 4
 
5
-use phpDocumentor\Compiler\Pass\PackageTreeBuilder;
6
-
7 5
 /**
8 6
  * Class ValueObject
9 7
  *
Please login to merge, or discard this patch.
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.