We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513095a commit 90ca8c9Copy full SHA for 90ca8c9
src/Pretty.php
@@ -90,7 +90,6 @@ protected function codeToHtml(string $code): string
90
$html = \highlight_string($code, true);
91
92
return \str_replace(['<br />'], ["\n"], $html);
93
- return \str_replace(['<br />', '<code>', "\n</code>"], ["\n", '', ''], $html);
94
}
95
96
protected function formatLineNo(): string
0 commit comments