Skip to content

Commit 966c3cd

Browse files
added missing return type
1 parent cffbfd6 commit 966c3cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Database/Query.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,7 @@ public static function distanceGreaterThan(string $attribute, array $values, int
942942
* @param string $attribute
943943
* @param array<mixed> $values
944944
* @param int|float $distance
945+
* @return Query
945946
*/
946947
public static function distanceLessThan(string $attribute, array $values, int|float $distance): self
947948
{

0 commit comments

Comments
 (0)