From 4b3912a8f954cfe68cb7fd44cd3abd6e3434bd53 Mon Sep 17 00:00:00 2001 From: "luke.rodham" Date: Wed, 17 Feb 2016 08:55:57 +0000 Subject: [PATCH] auto format. --- src/ApiWrapper.php | 10 ++++++---- src/Exceptions/InvalidApiCredentialsException.php | 4 +++- src/Sections/Reviews.php | 4 +++- src/Transformers/ReviewTransformer.php | 1 - src/TrustPilot.php | 4 +++- 5 files changed, 15 insertions(+), 8 deletions(-) diff --git a/src/ApiWrapper.php b/src/ApiWrapper.php index 2e24eff..4d53209 100644 --- a/src/ApiWrapper.php +++ b/src/ApiWrapper.php @@ -1,4 +1,6 @@ -apiKey = $apiKey; - $this->email = $email; - $this->password = $password; + $this->apiKey = $apiKey; + $this->email = $email; + $this->password = $password; $this->businessUnitId = $businessUnitId; $this->client = new Client(['base_uri' => $this->baseUri]); diff --git a/src/Exceptions/InvalidApiCredentialsException.php b/src/Exceptions/InvalidApiCredentialsException.php index 3724e26..fd6cb4d 100644 --- a/src/Exceptions/InvalidApiCredentialsException.php +++ b/src/Exceptions/InvalidApiCredentialsException.php @@ -1,4 +1,6 @@ -transform($review); } diff --git a/src/TrustPilot.php b/src/TrustPilot.php index cacbe3a..0a43d0a 100644 --- a/src/TrustPilot.php +++ b/src/TrustPilot.php @@ -1,4 +1,6 @@ -