]> git.openstreetmap.org Git - nominatim.git/commitdiff
PHP code style: use long array syntax
authormarc tobias <mtmail@gmx.net>
Mon, 23 Jul 2018 15:24:31 +0000 (17:24 +0200)
committermarc tobias <mtmail@gmx.net>
Mon, 23 Jul 2018 15:24:31 +0000 (17:24 +0200)
lib/template/address-geocodejson.php

index 68fae7d1605dcde0b883be5e806dec791d662291..032dcf4347a1046eb684a517af6cebb980aef176 100644 (file)
@@ -76,6 +76,6 @@ if (empty($aPlace)) {
                                            'licence' => 'ODbL',
                                            'query' => $sQuery
                                           ),
-                           'features' => [$aFilteredPlaces]
+                           'features' => array($aFilteredPlaces)
                           ));
 }