Skip to content

Commit 1f67374

Browse files
xepozzgithub-actions[bot]
authored andcommitted
Apply Rector changes (CI)
1 parent 8db8d92 commit 1f67374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renderer/PlainTextRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function render(Throwable $t, ServerRequestInterface $request = null): Er
2222
public function renderVerbose(Throwable $t, ServerRequestInterface $request = null): ErrorData
2323
{
2424
return new ErrorData(
25-
$this->throwableToString($t)
25+
self::throwableToString($t)
2626
);
2727
}
2828

0 commit comments

Comments
 (0)