Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit 9332268

Browse files
authored
Merge pull request #251 from babenkoivan/analysis-q2ea2P
Apply fixes from StyleCI
2 parents af8afa7 + c7d1772 commit 9332268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Builders/FilterBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ public function whereGeoPolygon($field, array $points)
370370
*
371371
* @param string $field
372372
* @param array $shape
373-
* @param string $relation
373+
* @param string $relation
374374
* @return $this
375375
*/
376376
public function whereGeoShape($field, array $shape, $relation = 'INTERSECTS')

0 commit comments

Comments
 (0)