Skip to content

Commit

Permalink
Prepare for release of version 1.1.0 - style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DerMika committed Oct 19, 2016
1 parent 8ce79e9 commit 67029a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Amadeus/Client/ResponseHandler/BaseUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ protected function makeMessageFromMessagesNodeList($errorTextNodeList)
return implode(
' - ',
array_map(
function($item) {
function ($item) {
return trim($item->nodeValue);
},
iterator_to_array($errorTextNodeList)
Expand Down

0 comments on commit 67029a2

Please sign in to comment.