Skip to content

Commit

Permalink
Apply fixes from StyleCI (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien authored Jan 4, 2018
1 parent faabe42 commit 7331307
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bpost.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ public function geocodeQuery(GeocodeQuery $query): Collection
'DispatchingCountryISOCode' => 'BE',
];
} else {
$addressToValidate = [
'@id' => 1,
$addressToValidate = [
'@id' => 1,
'AddressBlockLines' => [
'UnstructuredAddressLine' => $address
'UnstructuredAddressLine' => $address,
],
'DeliveringCountryISOCode' => 'BE',
'DispatchingCountryISOCode' => 'BE',
Expand Down

0 comments on commit 7331307

Please sign in to comment.