Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas GASC committed Nov 7, 2016
2 parents b982c1e + 089a649 commit 09011be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function __construct($client = 'SoapClient', $header = 'SoapHeader')
return $result;
};

$this->client = $load($client, self::CLASS_SOAPCLIENT);
$this->client = $load($client, self::CLASS_SOAPCLIENT);
$this->header = $load($header, self::CLASS_SOAPHEADER);

$this->options['classmap'] = [
Expand Down
6 changes: 3 additions & 3 deletions src/Response/GetSystemStatusResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ public function __construct()
*/
public function getCode()
{
/* This is supposed to always returns something.
/* This is supposed to always returns something.
So it's always successful*/
return Response::SUCCESSFUL;
}

/**
*
* @return string System status
* @return string System status
*/
public function getStatus()
{
Expand All @@ -53,7 +53,7 @@ public function getStatus()

/**
*
* @return string Provider API version
* @return string Provider API version
*/
public function getVersion()
{
Expand Down

0 comments on commit 09011be

Please sign in to comment.