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 68e517a commit 8b68a5dCopy full SHA for 8b68a5d
lib/jblond/Diff/Renderer/Html/SideBySide.php
@@ -66,6 +66,9 @@ public function render() : string
66
$html .= $this->generateTableHeader();
67
68
foreach ($changes as $i => $blocks) {
69
+ // If this is a separate block, we're condensing code so output ...,
70
+ // indicating a significant portion of the code has been collapsed as
71
+ // it is the same
72
if ($i > 0) {
73
$html .= $this->generateSkippedTable();
74
}
0 commit comments