Skip to content

Commit 8a0aa3d

Browse files
committed
Merge branch 'master' into development
2 parents 0466227 + 437cc3d commit 8a0aa3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jblond/Diff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public function getGroupedOpCodes(): array
237237

238238
//Get and cache the grouped op-codes.
239239
$sequenceMatcher = new SequenceMatcher($this->version1, $this->version2, $this->options);
240-
$this->groupedCodes = $sequenceMatcher->getGroupedOpCodes($this->options['context']);
240+
$this->groupedCodes = $sequenceMatcher->getGroupedOpCodes();
241241

242242
return $this->groupedCodes;
243243
}

0 commit comments

Comments
 (0)