mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
PHP code style: use long array syntax
This commit is contained in:
@@ -76,6 +76,6 @@ if (empty($aPlace)) {
|
|||||||
'licence' => 'ODbL',
|
'licence' => 'ODbL',
|
||||||
'query' => $sQuery
|
'query' => $sQuery
|
||||||
),
|
),
|
||||||
'features' => [$aFilteredPlaces]
|
'features' => array($aFilteredPlaces)
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user