@@ -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) |
@@ -134,7 +134,7 @@ |
||
134 | 134 | } |
135 | 135 | |
136 | 136 | /** |
137 | - * @param array|null $requestOptions |
|
137 | + * @param string[] $requestOptions |
|
138 | 138 | */ |
139 | 139 | protected function loadRequestOptions($requestOptions) |
140 | 140 | { |