| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | class ExceptionHandlerFactory extends AbstractFactory |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @return \Xervice\ExceptionHandler\Business\Handler\DefaultExceptionHandler |
||
| 21 | */ |
||
| 22 | 1 | public function createExceptionHandler(): ExceptionHandlerInterface |
|
| 27 | ); |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @return \Xervice\ExceptionHandler\Business\Printer\DebugPrinter |
||
| 32 | */ |
||
| 33 | 1 | public function createExceptionPrinter(): ExceptionPrinterInterface |
|
| 39 | } |