isProvince($code)) { return; } $this->data[] = (int) $code; } private function isProvince(string $code): bool { return substr($code, -4) === '0000'; } public function export(string $destination): void { $exported = VarExporter::export($this->data); file_put_contents($destination, '