Skip to content

Render exception class PHPDoc description in HTML debug output #8

Render exception class PHPDoc description in HTML debug output

Render exception class PHPDoc description in HTML debug output #8

Triggered via pull request March 6, 2026 14:21
@dbuhonovdbuhonov
synchronize #167
Status Success
Total duration 36s
Artifacts

rector-cs.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

1 error
rector / PHP 8.1: src/Renderer/HtmlRenderer.php#L215
ArrowFunctionDelegatingCallToFirstClassCallableRector --- Original +++ New @@ -215,7 +215,7 @@ $this->renderTemplate($this->verboseTemplate, [ 'request' => $request, 'throwable' => $t, - 'resolveThrowableDescription' => fn(Throwable $throwable): ?string => $this->getThrowableDescription($throwable), + 'resolveThrowableDescription' => $this->getThrowableDescription(...), ]), [Header::CONTENT_TYPE => self::CONTENT_TYPE], );