| Total Complexity | 6 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | class TemplateLoader implements LoaderInterface |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @throws LoaderError |
||
| 23 | */ |
||
| 24 | 2 | public function load(Environment $environment, object $plugin): void |
|
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @param string[] $paths |
||
| 44 | * |
||
| 45 | * @throws LoaderError |
||
| 46 | */ |
||
| 47 | 1 | protected function registerTemplates(FilesystemLoader $loader, array $paths, string $namespace = null): void |
|
| 58 |