| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 37 | protected function continueLoading(string $path, ContainerBuilder $container, array $config) |
||
| 38 | { |
||
| 39 | $loader = new PhpConfigFileLoader($container, new FileLocator(__DIR__.'/../../../Resources/config/token_endpoint_auth_method')); |
||
| 40 | $loader->load('token_endpoint_auth_method.php'); |
||
| 41 | } |
||
| 42 | |||
| 51 |