| Conditions | 2 |
| Paths | 2 |
| Total Lines | 7 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 31 | private function resolveMappingDir(ContainerBuilder $container): string |
||
| 32 | { |
||
| 33 | if ($container->hasParameter(self::PARAM_TEMPLATE_MAPPING_DIR)) { |
||
| 34 | return $container->getParameter(self::PARAM_TEMPLATE_MAPPING_DIR); |
||
| 35 | } |
||
| 36 | |||
| 37 | return (string) realpath(__DIR__.'/Resources/config/doctrine'); |
||
| 38 | } |
||
| 55 |