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 02b30c8 commit ff019a9Copy full SHA for ff019a9
src/Renderer/Html/AbstractHtml.php
@@ -56,7 +56,7 @@ public function getChanges(): array
56
57
foreach ($this->diff->getGroupedOpcodes() as $opcodes) {
58
$blocks = [];
59
- $lastTag = 0;
+ $lastTag = SequenceMatcher::OP_NOP;
60
$lastBlock = 0;
61
62
foreach ($opcodes as [$tag, $i1, $i2, $j1, $j2]) {
0 commit comments