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);