Total Complexity | 4 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
18 | final class ReportPathResolver implements ReportPathResolverInterface |
||
19 | { |
||
20 | /** @var Environment */ |
||
21 | private $twig; |
||
22 | |||
23 | public function __construct(Environment $twig) |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * @throws StringsException |
||
30 | * @throws Throwable |
||
31 | * @throws LoaderError |
||
32 | * @throws RuntimeError |
||
33 | * @throws SyntaxError |
||
34 | */ |
||
35 | public function resolve(ReportInterface $report): string |
||
56 |