Completed
Branch master (6ceabd)
by Adam
15:28
created
src/Output/Console.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      * @param  Benchmark      $benchmark
28 28
      * @param  Table          $table
29 29
      * @param  TableSeparator $tableSeparator
30
-     * @return string
30
+     * @return Console
31 31
      */
32 32
     public static function output(Benchmark $benchmark, Table $table = null, TableSeparator $tableSeparator = null)
33 33
     {
Please login to merge, or discard this patch.
src/Output/Html.php 1 patch
Unused Use Statements   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace BestServedCold\Benchmark\Output;
4 4
 
5
-use BestServedCold\Benchmark\Benchmark,
6
-    BestServedCold\HTMLBuilder\Output,
7
-    BestServedCold\HTMLBuilder\Html as HtmlBuilder,
8
-    BestServedCold\PhalueObjects\Metric,
9
-    BestServedCold\HTMLBuilder\Html\Node;
5
+use BestServedCold\Benchmark\Benchmark;
6
+use BestServedCold\HTMLBuilder\Output;
7
+use BestServedCold\HTMLBuilder\Html as HtmlBuilder;
8
+use BestServedCold\PhalueObjects\Metric;
9
+use BestServedCold\HTMLBuilder\Html\Node;
10 10
 
11 11
 /**
12 12
  * Class Html
Please login to merge, or discard this patch.