Skip to content

Commit 0f4896e

Browse files
committed
ITKDev: Added messing ")" to CVR plugin
1 parent 711de21 commit 0f4896e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin/os2web/DataLookup/DatafordelerCVR.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function lookup(string $param): CompanyLookupResult {
9797
$city = implode(' ', array_filter([
9898
$address->CVRAdresse_postdistrikt ?? NULL,
9999
$cvrResult->getPostalCode() ?? NULL,
100-
]);
100+
]));
101101
$cvrResult->setCity($city);
102102
$cvrResult->setMunicipalityCode($address->CVRAdresse_kommunekode ?? '');
103103

0 commit comments

Comments
 (0)