File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public function render()
2727 * @param Benchmark $benchmark
2828 * @param Table $table
2929 * @param TableSeparator $tableSeparator
30- * @return string
30+ * @return Console
3131 */
3232 public static function output (Benchmark $ benchmark , Table $ table = null , TableSeparator $ tableSeparator = null )
3333 {
Original file line number Diff line number Diff line change 22
33namespace BestServedCold \Benchmark \Output ;
44
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 ;
1010
1111/**
1212 * Class Html
You can’t perform that action at this time.
0 commit comments