File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -607,7 +607,7 @@ public function getGroupedOpcodes($context = 3)
607
607
*
608
608
* Out of all of the ratio calculation functions, this is the most
609
609
* expensive to call if getMatchingBlocks or getOpCodes is yet to be
610
- * called. The other calculation methods (quickRatio and realquickRatio )
610
+ * called. The other calculation methods (SequenceMatcher:: quickRatio and SequenceMatcher::realQuickRatio )
611
611
* can be used to perform quicker calculations but may be less accurate.
612
612
*
613
613
* The ratio is calculated as (2 * number of matches) / total number of
@@ -677,7 +677,7 @@ private function quickRatio()
677
677
*
678
678
* @return float The calculated ratio.
679
679
*/
680
- private function realquickRatio ()
680
+ private function realQuickRatio ()
681
681
{
682
682
$ aLength = count ($ this ->a );
683
683
$ bLength = count ($ this ->b );
You can’t perform that action at this time.
0 commit comments