PHP code style: use long array syntax

This commit is contained in:
marc tobias
2018-07-23 17:24:31 +02:00
parent 81b90c9f15
commit 0981a6403d

View File

@@ -76,6 +76,6 @@ if (empty($aPlace)) {
'licence' => 'ODbL', 'licence' => 'ODbL',
'query' => $sQuery 'query' => $sQuery
), ),
'features' => [$aFilteredPlaces] 'features' => array($aFilteredPlaces)
)); ));
} }