@@ -105,7 +105,7 @@ |
||
105 | 105 | $distanceThis += $d->getRightLength(); |
106 | 106 | } |
107 | 107 | |
108 | - return (float)((0.0 + $distanceOther) / $other->getRangeCount() + |
|
108 | + return (float) ((0.0 + $distanceOther) / $other->getRangeCount() + |
|
109 | 109 | (0.0 + $distanceThis) / $this->getRangeCount()) / 2; |
110 | 110 | } |
111 | 111 | } |