]> git.openstreetmap.org Git - nominatim.git/commit
avoid passing temporary array by reference
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 9 Oct 2016 19:14:59 +0000 (21:14 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 9 Oct 2016 19:14:59 +0000 (21:14 +0200)
commitf5641037cff6f96708baa157b00287930196474d
tree0fb4cc31803db94c3141c636f26d8f963aabe395
parent39580057fcd571be0f484fea1bd2afdf9feebeff
avoid passing temporary array by reference

PHP7 complains: Only variables should be passed by reference.
lib/Geocode.php