@@ -382,7 +382,7 @@ discard block |
||
382 | 382 | if ($place_name === $query) { |
383 | 383 | $found = true; |
384 | 384 | } |
385 | - $results[] = [ |
|
385 | + $results[] = [ |
|
386 | 386 | 'id' => $place_name, |
387 | 387 | 'text' => $place_name, |
388 | 388 | ]; |
@@ -417,7 +417,7 @@ discard block |
||
417 | 417 | if ($place_name === $query) { |
418 | 418 | $found = true; |
419 | 419 | } |
420 | - $results[] = [ |
|
420 | + $results[] = [ |
|
421 | 421 | 'id' => $place_name, |
422 | 422 | 'text' => $place_name, |
423 | 423 | ]; |