@@ -414,7 +414,7 @@ |
||
414 | 414 | |
415 | 415 | $textLen = strlen($text); |
416 | 416 | if ($textIndex >= $textLen || '.' != $text[$textIndex]) { |
417 | - return $qualityValue * 1000; |
|
417 | + return $qualityValue*1000; |
|
418 | 418 | } |
419 | 419 | |
420 | 420 | ++$textIndex; |