| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | protected function continueLoading(string $path, ContainerBuilder $container, array $config) |
||
| 28 | { |
||
| 29 | $container->setParameter($path.'.path', $config['path']); |
||
| 30 | $loader = new PhpConfigFileLoader($container, new FileLocator(__DIR__.'/../../../Resources/config/endpoint')); |
||
| 31 | $loader->load('token.php'); |
||
| 32 | } |
||
| 33 | |||
| 54 |