@@ -38,7 +38,7 @@ |
||
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) |
@@ -965,7 +965,6 @@ |
||
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 | */ |
@@ -796,7 +796,7 @@ |
||
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 | { |
@@ -44,7 +44,7 @@ |
||
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) |