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.
2 parents 0466227 + 437cc3d commit 8a0aa3dCopy full SHA for 8a0aa3d
lib/jblond/Diff.php
@@ -237,7 +237,7 @@ public function getGroupedOpCodes(): array
237
238
//Get and cache the grouped op-codes.
239
$sequenceMatcher = new SequenceMatcher($this->version1, $this->version2, $this->options);
240
- $this->groupedCodes = $sequenceMatcher->getGroupedOpCodes($this->options['context']);
+ $this->groupedCodes = $sequenceMatcher->getGroupedOpCodes();
241
242
return $this->groupedCodes;
243
}
0 commit comments