Skip to content

Commit ff019a9

Browse files
committed
Code tidy
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
1 parent 02b30c8 commit ff019a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renderer/Html/AbstractHtml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function getChanges(): array
5656

5757
foreach ($this->diff->getGroupedOpcodes() as $opcodes) {
5858
$blocks = [];
59-
$lastTag = 0;
59+
$lastTag = SequenceMatcher::OP_NOP;
6060
$lastBlock = 0;
6161

6262
foreach ($opcodes as [$tag, $i1, $i2, $j1, $j2]) {

0 commit comments

Comments
 (0)