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 129e30e commit 22ed959Copy full SHA for 22ed959
src/IntervalTree.php
@@ -44,7 +44,7 @@ public function isEmpty(): bool
44
}
45
46
/**
47
- * Find nodes which intervals intersect with given interval
+ * Find pairs which intervals intersect with given interval
48
*
49
* @param IntervalInterface $interval
50
* @return Iterator<Pair>
@@ -58,7 +58,7 @@ public function findIntersections(IntervalInterface $interval): Iterator
58
59
60
61
- * Check that interval has intersections
+ * Returns true if interval has at least one intersection in tree
62
63
64
* @return bool
0 commit comments