| Total Complexity | 3 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 18 | final class TemplatedTraceFormatterFactory |
||
| 19 | { |
||
| 20 | private TemplatePathResolverInterface $template_path_resolver; |
||
| 21 | /** @var array<string, TemplatedCallTraceFormatter> */ |
||
| 22 | private array $cache = []; |
||
| 23 | |||
| 24 | public function __construct( |
||
| 28 | } |
||
| 29 | |||
| 30 | public function createFromSettings(TemplateSettings $settings): TemplatedCallTraceFormatter |
||
| 41 |