| Conditions | 2 |
| Paths | 2 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | public function process(ContainerBuilder $container) |
||
| 26 | { |
||
| 27 | if (!$container->getParameterBag()->get('dedipanel.debug')) { |
||
| 28 | $this->replaceByNullLogger($container, 'monolog.handler.phpseclib_wrapper'); |
||
| 29 | $this->replaceByNullLogger($container, 'monolog.handler.phpseclib_internal'); |
||
| 30 | } |
||
| 31 | } |
||
| 32 | |||
| 44 |