Skip to content

Commit 297b29a

Browse files
lint
1 parent 8d85d66 commit 297b29a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Database/Adapter/MariaDB.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@ protected function handleDistanceSpatialQueries(Query $query, array &$binds, str
14111411
* @param string $placeholder
14121412
* @return string
14131413
*/
1414-
protected function handleSpatialQueries(Query $query, array &$binds, string $attribute,string $type, string $alias, string $placeholder): string
1414+
protected function handleSpatialQueries(Query $query, array &$binds, string $attribute, string $type, string $alias, string $placeholder): string
14151415
{
14161416
switch ($query->getMethod()) {
14171417
case Query::TYPE_CROSSES:
@@ -1495,7 +1495,7 @@ protected function getSQLCondition(Query $query, array &$binds, array $attribute
14951495
$attributeType = $this->getAttributeType($query->getAttribute(), $attributes);
14961496

14971497
if (in_array($attributeType, Database::SPATIAL_TYPES)) {
1498-
return $this->handleSpatialQueries($query, $binds, $attribute, $attributeType,$alias, $placeholder);
1498+
return $this->handleSpatialQueries($query, $binds, $attribute, $attributeType, $alias, $placeholder);
14991499
}
15001500

15011501
switch ($query->getMethod()) {

0 commit comments

Comments
 (0)