Skip to content

Commit 90ca8c9

Browse files
committed
chore: cleanup
1 parent 513095a commit 90ca8c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Pretty.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ protected function codeToHtml(string $code): string
9090
$html = \highlight_string($code, true);
9191

9292
return \str_replace(['<br />'], ["\n"], $html);
93-
return \str_replace(['<br />', '<code>', "\n</code>"], ["\n", '', ''], $html);
9493
}
9594

9695
protected function formatLineNo(): string

0 commit comments

Comments
 (0)