Total Complexity | 3 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
14 | class XervicePathProvider extends AbstractWithLocator implements PathProviderInterface |
||
15 | { |
||
16 | /** |
||
17 | * @param \Xervice\Twig\Business\Loader\XerviceLoaderInterface $loader |
||
18 | * |
||
19 | * @throws \Core\Locator\Dynamic\ServiceNotParseable |
||
20 | * @throws \Twig_Error_Loader |
||
21 | */ |
||
22 | 2 | public function provideTwigPaths(XerviceLoaderInterface $loader): void |
|
34 | } |