Skip to content

Commit 29b6cfb

Browse files
committed
Merge pull request #3 from imada/custom
update
2 parents bd71b74 + 616b637 commit 29b6cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Diff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public function getGroupedOpcodes()
171171

172172
require_once dirname(__FILE__).'/Diff/SequenceMatcher.php';
173173
$sequenceMatcher = new Diff_SequenceMatcher($this->a, $this->b, null, $this->options);
174-
$this->groupedCodes = $sequenceMatcher->getGroupedOpcodes();
174+
$this->groupedCodes = $sequenceMatcher->getGroupedOpcodes($this->options['context']);
175175
return $this->groupedCodes;
176176
}
177177
}

0 commit comments

Comments
 (0)