We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc5cfe commit f68a458Copy full SHA for f68a458
src/Output/AbstractOutput.php
@@ -2,7 +2,8 @@
2
3
namespace BestServedCold\Benchmark\Output;
4
5
-use BestServedCold\PhalueObjects\Metric,
+use BestServedCold\HTMLBuilder\Output,
6
+ BestServedCold\PhalueObjects\Metric,
7
BestServedCold\PhalueObjects\Metric\DeclaredInterface,
8
BestServedCold\PhalueObjects\Metric\DeclaredTrait,
9
BestServedCold\PhalueObjects\Metric\IncludedFile,
@@ -36,7 +37,7 @@ abstract class AbstractOutput
36
37
protected static $headers = ['Name', 'Metric', 'Value'];
38
39
/**
- * @var SymfonyOutputInterface|Html
40
+ * @var Output|SymfonyOutputInterface
41
*/
42
protected $output;
43
0 commit comments