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.
1 parent e0ff768 commit f99d93bCopy full SHA for f99d93b
lib/Diff/SequenceMatcher.php
@@ -75,6 +75,8 @@ class Diff_SequenceMatcher
75
76
private $matchingBlocks;
77
78
+ private $fullBCount;
79
+
80
private $defaultOptions = array(
81
'ignoreNewLines' => false,
82
'ignoreWhitespace' => false,
0 commit comments