We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe38b8 commit 61135e5Copy full SHA for 61135e5
lib/Elastica/Query/GeoPolygon.php
@@ -56,6 +56,6 @@ public function toArray(): array
56
*/
57
public function count(): int
58
{
59
- return \count($this->_key);
+ return \count($this->_points);
60
}
61
0 commit comments