Completed
Push — master ( d17808...738038 )
by Dieter
07:30
created
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.
src/Amadeus/Client/Struct/Pnr/AddMultiElements/DataElementsIndiv.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
     public $referenceForDataElement;
126 126
 
127 127
     /**
128
-     * @param Element|string $element Either an element or an element name
128
+     * @param Element $element Either an element or an element name
129 129
      * @param int $tattoo Unique tattoo number for this element
130 130
      */
131 131
     public function __construct($element, $tattoo)
Please login to merge, or discard this patch.