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 4ffd751 commit c8efb81Copy full SHA for c8efb81
lib/Diff/SequenceMatcher.php
@@ -595,8 +595,7 @@ public function getGroupedOpcodes($context=3)
595
*
596
* Out of all of the ratio calculation functions, this is the most
597
* expensive to call if getMatchingBlocks or getOpCodes is yet to be
598
- * called. The other calculation methods (quickRatio and realquickRatio)
599
- * can be used to perform quicker calculations but may be less accurate.
+ * called.
600
601
* The ratio is calculated as (2 * number of matches) / total number of
602
* elements in both sequences.
0 commit comments