| Total Complexity | 3 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | final class PlainTextRenderer implements ThrowableRendererInterface |
||
| 16 | { |
||
| 17 | 7 | public function render(Throwable $t, ServerRequestInterface $request = null): ErrorData |
|
| 20 | } |
||
| 21 | |||
| 22 | 1 | public function renderVerbose(Throwable $t, ServerRequestInterface $request = null): ErrorData |
|
| 26 | 1 | ); |
|
| 27 | } |
||
| 28 | |||
| 29 | 15 | public static function throwableToString(Throwable $t): string |
|
| 48 |