From 7331307b06f255751bdc208c6f0611f1dd180bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Beli=C3=ABn?= Date: Thu, 4 Jan 2018 11:43:02 +0100 Subject: [PATCH] Apply fixes from StyleCI (#2) --- bpost.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bpost.php b/bpost.php index c61d2e4..7651200 100644 --- a/bpost.php +++ b/bpost.php @@ -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',