Test Failed
Pull Request — master (#7)
by Steve
03:16
created
src/Html/Ancestor/TextOnlyComparator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.