X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e10d11c6c7a5a96f645b9155a55e56f874ed6042..dd5315cbaa75035d27265abb781299670c2a02cd:/lib/setup/AddressLevelParser.php?ds=sidebyside diff --git a/lib/setup/AddressLevelParser.php b/lib/setup/AddressLevelParser.php index 5bc17d63..86674243 100644 --- a/lib/setup/AddressLevelParser.php +++ b/lib/setup/AddressLevelParser.php @@ -9,7 +9,7 @@ class AddressLevelParser { private $aLevels; - public function __construct(string $sDescriptionFile) + public function __construct($sDescriptionFile) { $sJson = file_get_contents($sDescriptionFile); $this->aLevels = json_decode($sJson, true);