Skip to content

Commit 8b68a5d

Browse files
committed
add comment like in the other file
1 parent 68e517a commit 8b68a5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/jblond/Diff/Renderer/Html/SideBySide.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ public function render() : string
6666
$html .= $this->generateTableHeader();
6767

6868
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
6972
if ($i > 0) {
7073
$html .= $this->generateSkippedTable();
7174
}

0 commit comments

Comments
 (0)