Completed
Push — develop ( cb98b7...2e1421 )
by Dieter
11:16
created
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/Base.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -299,7 +299,7 @@  discard block
 block discarded – undo
299 299
      * @param string $messageName
300 300
      * @param string $lastResponse
301 301
      * @param array $messageOptions
302
-     * @param mixed $result
302
+     * @param SendResult $result
303 303
      */
304 304
     protected abstract function handlePostMessage($messageName, $lastResponse, $messageOptions, $result);
305 305
 
@@ -490,7 +490,7 @@  discard block
 block discarded – undo
490 490
     /**
491 491
      * Get the version number active in the WSDL for the given message
492 492
      *
493
-     * @param $messageName
493
+     * @param string $messageName
494 494
      * @return float|string|null
495 495
      */
496 496
     protected function getActiveVersionFor($messageName)
@@ -509,7 +509,7 @@  discard block
 block discarded – undo
509 509
     /**
510 510
      * Get the WSDL ID for the given message
511 511
      *
512
-     * @param $messageName
512
+     * @param string $messageName
513 513
      * @return string|null
514 514
      */
515 515
     protected function getWsdlIdFor($messageName)
Please login to merge, or discard this patch.