Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DerMika committed Nov 1, 2017
1 parent d7787c6 commit 20743eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function __construct(RequestOptions $params)
$params->arrivalDate
);

if ($this instanceof RequestSection16){
if ($this instanceof RequestSection16) {
$this->availabilityOptions = new AvailabilityOptions16($params->requestType);
} else {
$this->availabilityOptions = new AvailabilityOptions($params->requestType);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*/

namespace Amadeus\Client\Struct\Air\MultiAvailability;

use Amadeus\Client\RequestOptions\Air\MultiAvailability\RequestOptions;

/**
Expand Down

0 comments on commit 20743eb

Please sign in to comment.