| Total Complexity | 3 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class DebugCompilerPass implements CompilerPassInterface |
||
| 17 | { |
||
| 18 | /** @var string */ |
||
| 19 | private $environment; |
||
| 20 | |||
| 21 | 3 | public function __construct(string $environment) |
|
| 24 | 3 | } |
|
| 25 | |||
| 26 | /** |
||
| 27 | * Overwrites the `CalcService` with its respective debug version `DebugCalcService` |
||
| 28 | */ |
||
| 29 | 3 | public function process(ContainerBuilder $container): void |
|
| 48 |