Skip to content

Commit 7331307

Browse files
authored
Apply fixes from StyleCI (#2)
1 parent faabe42 commit 7331307

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bpost.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ public function geocodeQuery(GeocodeQuery $query): Collection
8383
'DispatchingCountryISOCode' => 'BE',
8484
];
8585
} else {
86-
$addressToValidate = [
87-
'@id' => 1,
86+
$addressToValidate = [
87+
'@id' => 1,
8888
'AddressBlockLines' => [
89-
'UnstructuredAddressLine' => $address
89+
'UnstructuredAddressLine' => $address,
9090
],
9191
'DeliveringCountryISOCode' => 'BE',
9292
'DispatchingCountryISOCode' => 'BE',

0 commit comments

Comments
 (0)