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