Completed
Push — develop ( a52dc0...a8f9d1 )
by Dieter
05:20
created
src/Amadeus/Client/RequestCreator/Base.php 2 patches
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -35,9 +35,7 @@
 block discarded – undo
35 35
 use Amadeus\Client\RequestOptions\OfferConfirmCarOptions;
36 36
 use Amadeus\Client\RequestOptions\OfferConfirmHotelOptions;
37 37
 use Amadeus\Client\RequestOptions\OfferVerifyOptions;
38
-use Amadeus\Client\RequestOptions\Pnr\Element\ReceivedFrom;
39 38
 use Amadeus\Client\RequestOptions\PnrAddMultiElementsBase;
40
-use Amadeus\Client\RequestOptions\PnrAddMultiElementsOptions;
41 39
 use Amadeus\Client\RequestOptions\PnrCancelOptions;
42 40
 use Amadeus\Client\RequestOptions\PnrCreatePnrOptions;
43 41
 use Amadeus\Client\RequestOptions\PnrRetrieveAndDisplayOptions;
Please login to merge, or discard this patch.
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
 
184 184
     /**
185 185
      * @param PnrDisplayHistoryOptions $params
186
-     * @return Struct\Pnr\Cancel
186
+     * @return Struct\Pnr\DisplayHistory
187 187
      */
188 188
     protected function createPNRDisplayHistory(PnrDisplayHistoryOptions $params)
189 189
     {
@@ -469,7 +469,7 @@  discard block
 block discarded – undo
469 469
     /**
470 470
      * Get the version number active in the WSDL for the given message
471 471
      *
472
-     * @param $messageName
472
+     * @param string $messageName
473 473
      * @return float|string
474 474
      */
475 475
     protected function getActiveVersionFor($messageName)
Please login to merge, or discard this patch.
src/Amadeus/Client/Struct/HeaderV4/SecurityHostedUser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     /**
39 39
      * @param string $pseudoCityCode
40 40
      * @param string|null $requestorType
41
-     * @param int|null $posType
41
+     * @param integer $posType
42 42
      * @param string|null $agentDutyCode
43 43
      */
44 44
     public function __construct($pseudoCityCode, $requestorType = "U", $posType = 1, $agentDutyCode = null)
Please login to merge, or discard this patch.
src/Amadeus/Client/Session/Handler/SoapHeader4.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 namespace Amadeus\Client\Session\Handler;
24 24
 
25 25
 use Amadeus\Client;
26
-use Psr\Log\LogLevel;
27 26
 
28 27
 /**
29 28
  * SoapHeader4: Session Handler for web service applications using Amadeus WS Soap Header v4.
Please login to merge, or discard this patch.