Skip to content

Commit f99d93b

Browse files
committed
fullBCount wasn't declared
1 parent e0ff768 commit f99d93b

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
@@ -75,6 +75,8 @@ class Diff_SequenceMatcher
7575

7676
private $matchingBlocks;
7777

78+
private $fullBCount;
79+
7880
private $defaultOptions = array(
7981
'ignoreNewLines' => false,
8082
'ignoreWhitespace' => false,

0 commit comments

Comments
 (0)