Skip to content

Commit e0ff768

Browse files
committed
matchingBlocks wasn't declared
1 parent c19f1d6 commit e0ff768

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Diff/SequenceMatcher.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ class Diff_SequenceMatcher
7373

7474
private $opCodes;
7575

76+
private $matchingBlocks;
77+
7678
private $defaultOptions = array(
7779
'ignoreNewLines' => false,
7880
'ignoreWhitespace' => false,

0 commit comments

Comments
 (0)