From 1ff7f056cec7291e08e6043374adbe6587fa8b7a Mon Sep 17 00:00:00 2001 From: Jordan Hall Date: Fri, 9 Mar 2018 13:58:09 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/Unit/BasicUsageTest.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/Unit/BasicUsageTest.php b/tests/Unit/BasicUsageTest.php index 8a9b006..f114ff2 100644 --- a/tests/Unit/BasicUsageTest.php +++ b/tests/Unit/BasicUsageTest.php @@ -69,19 +69,19 @@ public function testOutwardAndInwardCodes() ], [ 'postcode' => 'E106QX', - 'outward' => 'E10', - 'inward' => '6QX' + 'outward' => 'E10', + 'inward' => '6QX', ], [ 'postcode' => 'ST16 3DP', - 'outward' => 'ST16', - 'inward' => '3DP' + 'outward' => 'ST16', + 'inward' => '3DP', ], [ 'postcode' => 'E1 6AW', - 'outward' => 'E1', - 'inward' => '6AW' - ] + 'outward' => 'E1', + 'inward' => '6AW', + ], ]; foreach ($postcodeTestItems as $postcodeTestItem) {