Completed
Push — master ( 8c9cd6...ef07c2 )
by Adam
08:13
created
src/Utility/Benchmark.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
     }
81 81
 
82 82
     /**
83
-     * @param $name
83
+     * @param boolean|string $name
84 84
      */
85 85
     private static function stopMarkers($name)
86 86
     {
Please login to merge, or discard this patch.
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.