summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHannes Kindströmmer <hannes@kindstrommer.se>2017-03-21 11:40:34 +0100
committerHannes Kindströmmer <hannes@kindstrommer.se>2017-03-21 11:40:50 +0100
commit92fe5b5decf7f84634a7b91e2589d255965a6daa (patch)
tree3fe65c491da841c4dd217fc33cfa487ac2dd39ff /src
parentd26b75dbb5967e9d0fa67e7d247b113668a8c075 (diff)
downloadip1-php-sdk-92fe5b5decf7f84634a7b91e2589d255965a6daa.zip
ip1-php-sdk-92fe5b5decf7f84634a7b91e2589d255965a6daa.tar.gz
ip1-php-sdk-92fe5b5decf7f84634a7b91e2589d255965a6daa.tar.bz2
Resovled phpunit error 1 casued by last commit
Signed-off-by: Hannes Kindströmmer <hannes@kindstrommer.se>
Diffstat (limited to 'src')
-rw-r--r--src/Core/Communicator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core/Communicator.php b/src/Core/Communicator.php
index 915ba39..9ab6b13 100644
--- a/src/Core/Communicator.php
+++ b/src/Core/Communicator.php
@@ -226,7 +226,7 @@ class Communicator
$response = $request->send();
if ($response->hasErrors()) {
- $this->$errorResponses[] = $response;
+ $this->errorResponses[] = $response;
}
return $response->__toString();
}