| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class TwigService extends AbstractCommunicationPlugin implements ClearServiceInterface |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @param string $template |
||
| 16 | * @param array $params |
||
| 17 | * |
||
| 18 | * @return string |
||
| 19 | * @throws \Twig_Error_Loader |
||
| 20 | * @throws \Twig_Error_Runtime |
||
| 21 | * @throws \Twig_Error_Syntax |
||
| 22 | */ |
||
| 23 | public function render(string $template, array $params = []): string |
||
| 26 | } |
||
| 27 | } |