forked from hans/Nominatim
PHP code style: use long array syntax
This commit is contained in:
@@ -76,6 +76,6 @@ if (empty($aPlace)) {
|
||||
'licence' => 'ODbL',
|
||||
'query' => $sQuery
|
||||
),
|
||||
'features' => [$aFilteredPlaces]
|
||||
'features' => array($aFilteredPlaces)
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user