]> git.openstreetmap.org Git - nominatim.git/commit
replace PHP sizeof() with either count() or empty()
authormarc tobias <mtmail@gmx.net>
Thu, 22 Mar 2018 11:36:24 +0000 (12:36 +0100)
committermarc tobias <mtmail@gmx.net>
Thu, 22 Mar 2018 11:36:24 +0000 (12:36 +0100)
commit27bc8d4f7bb907699dbb974e8159f75bead831c9
treeaf1614f44f8005124e5a2b3579f9e668ae1dbc30
parentd79a2bb17eef64945f776deae2e43068ecc05b65
replace PHP sizeof() with either count() or empty()
19 files changed:
lib/Geocode.php
lib/ParameterParser.php
lib/Phrase.php
lib/PlaceLookup.php
lib/SearchDescription.php
lib/cmd.php
lib/lib.php
lib/template/address-json.php
lib/template/address-xml.php
lib/template/details-html.php
lib/template/search-batch-json.php
lib/template/search-html.php
lib/template/search-json.php
phpcs.xml
utils/importWikipedia.php
website/hierarchy.php
website/polygons.php
website/reverse.php
website/search.php