Total Complexity | 3 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
19 | class TimersCollector extends BaseCollector |
||
20 | { |
||
21 | /** |
||
22 | * {@inheritDoc} |
||
23 | */ |
||
24 | protected bool $hasTimeline = true; |
||
25 | |||
26 | /** |
||
27 | * {@inheritDoc} |
||
28 | */ |
||
29 | protected bool $hasTabContent = false; |
||
30 | |||
31 | /** |
||
32 | * {@inheritDoc} |
||
33 | */ |
||
34 | protected string $title = 'Timers'; |
||
35 | |||
36 | /** |
||
37 | * {@inheritDoc} |
||
38 | */ |
||
39 | protected function formatTimelineData(): array |
||
62 |