Skip to content

Commit 15c04b9

Browse files
committed
linter
1 parent 23da2a8 commit 15c04b9

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/Database/Adapter/Mongo.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2450,21 +2450,21 @@ public function getSupportForSpatialIndexOrder(): bool
24502450
}
24512451

24522452

2453-
/**
2454-
* Does the adapter support spatial axis order specification?
2455-
*
2456-
* @return bool
2457-
*/
2453+
/**
2454+
* Does the adapter support spatial axis order specification?
2455+
*
2456+
* @return bool
2457+
*/
24582458
public function getSupportForSpatialAxisOrder(): bool
24592459
{
24602460
return false;
24612461
}
24622462

2463-
/**
2464-
* Does the adapter support calculating distance(in meters) between multidimension geometry(line, polygon,etc)?
2465-
*
2466-
* @return bool
2467-
*/
2463+
/**
2464+
* Does the adapter support calculating distance(in meters) between multidimension geometry(line, polygon,etc)?
2465+
*
2466+
* @return bool
2467+
*/
24682468
public function getSupportForDistanceBetweenMultiDimensionGeometryInMeters(): bool
24692469
{
24702470
return false;

0 commit comments

Comments
 (0)