Completed
Push — develop ( 7cfe1b...a79e07 )
by Dieter
07:00
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.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -965,7 +965,6 @@
 block discarded – undo
965 965
      * - ... ?
966 966
      *
967 967
      * @param array $incoming The Message options chosen by the caller - if any.
968
-     * @param bool $asString Switch if the response should be returned as a string (true) or a PHP object (false).
969 968
      * @param bool $endSession Switch if you want to terminate the current session after making the call.
970 969
      * @return array
971 970
      */
Please login to merge, or discard this patch.
src/Amadeus/Client/ResponseHandler/Base.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -796,7 +796,7 @@
 block discarded – undo
796 796
      * Convert a DomNodeList of nodes containing a (potentially partial) error message into a string.
797 797
      *
798 798
      * @param \DOMNodeList $errorTextNodeList
799
-     * @return string|null
799
+     * @return string
800 800
      */
801 801
     protected function makeMessageFromMessagesNodeList($errorTextNodeList)
802 802
     {
Please login to merge, or discard this patch.
src/Amadeus/Client/Struct/Queue/RemoveItem.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 
45 45
     /**
46 46
      * @param Queue $targetQueue
47
-     * @param string|string[] $recordLocator
47
+     * @param string $recordLocator
48 48
      * @param string $originatorOffice
49 49
      */
50 50
     public function __construct($targetQueue, $recordLocator, $originatorOffice)
Please login to merge, or discard this patch.