Skip to content

Commit b354236

Browse files
damienalexandrejbelien
authored andcommitted
Fix Mapbox Query build when there is Bound (#906)
1 parent 9c8c428 commit b354236

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Model/Bounds.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ final class Bounds
4040
private $east;
4141

4242
/**
43-
* @param float $south
44-
* @param float $west
45-
* @param float $north
46-
* @param float $east
43+
* @param float $south South bound, also min latitude
44+
* @param float $west West bound, also min longitude
45+
* @param float $north North bound, also max latitude
46+
* @param float $east East bound, also max longitude
4747
*/
4848
public function __construct($south, $west, $north, $east)
4949
{

0 commit comments

Comments
 (0)