From: marc tobias Date: Mon, 23 Jul 2018 15:24:31 +0000 (+0200) Subject: PHP code style: use long array syntax X-Git-Tag: v3.2.0~41^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/0981a6403da6575b720eb26d94a5c5cbc9c3cfcc?hp=81b90c9f15d05bc7bd7eb0eabe29b315a7778ff2 PHP code style: use long array syntax --- diff --git a/lib/template/address-geocodejson.php b/lib/template/address-geocodejson.php index 68fae7d1..032dcf43 100644 --- a/lib/template/address-geocodejson.php +++ b/lib/template/address-geocodejson.php @@ -76,6 +76,6 @@ if (empty($aPlace)) { 'licence' => 'ODbL', 'query' => $sQuery ), - 'features' => [$aFilteredPlaces] + 'features' => array($aFilteredPlaces) )); }