Total Complexity | 4 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class ExtensionLoader implements LoaderInterface |
||
18 | { |
||
19 | /** |
||
20 | * {@inheritDoc} |
||
21 | */ |
||
22 | 1 | public function load(Environment $environment, object $plugin): void |
|
29 | } |
||
30 | |||
31 | 1 | protected function provideExtensions(Environment $environment, TwigExtensionPluginInterface $extensionProvider): void |
|
38 |