@@ -435,7 +435,7 @@ |
||
435 | 435 | |
436 | 436 | /** |
437 | 437 | * @param Message\BaseResponseMessageType $response |
438 | - * @param $code |
|
438 | + * @param integer $code |
|
439 | 439 | * @throws ExchangeException |
440 | 440 | * @throws NoResponseReturnedException |
441 | 441 | * @throws ServiceUnavailableException |
@@ -452,7 +452,7 @@ |
||
452 | 452 | } |
453 | 453 | |
454 | 454 | if ($code >= 300) { |
455 | - throw new ExchangeException('SOAP client returned status of ' . $code, $code); |
|
455 | + throw new ExchangeException('SOAP client returned status of '.$code, $code); |
|
456 | 456 | } |
457 | 457 | |
458 | 458 | if (empty($response) || empty($response->getNonNullResponseMessages())) { |
@@ -125,7 +125,7 @@ |
||
125 | 125 | } |
126 | 126 | |
127 | 127 | if (is_array($property)) { |
128 | - $property = array_map(function ($property) { |
|
128 | + $property = array_map(function($property) { |
|
129 | 129 | if ($property instanceof Type) { |
130 | 130 | return $property->toXmlObject(); |
131 | 131 | } |