Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Feb 22, 2019
1 parent c1b724d commit dc42d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SequenceMatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ public function getOpcodes(): array
} elseif ($j < $bj) {
$tag = self::OP_INS;
} else {
$tag = 0;
$tag = self::OP_NOP;
}

if ($tag) {
Expand Down

0 comments on commit dc42d28

Please sign in to comment.