@@ -296,7 +296,7 @@ |
||
296 | 296 | /** |
297 | 297 | * Validate that the configuration fragment has the specified keys and none other. |
298 | 298 | * |
299 | - * @param array $expected Fields that must exist |
|
299 | + * @param string[] $expected Fields that must exist |
|
300 | 300 | * @param array $actual Actual configuration hashmap |
301 | 301 | * @param string $authName Name of authentication method for error messages |
302 | 302 | * |
@@ -180,7 +180,7 @@ |
||
180 | 180 | * |
181 | 181 | * @param Stack $stack |
182 | 182 | * |
183 | - * @return int |
|
183 | + * @return double |
|
184 | 184 | */ |
185 | 185 | private function countStackMessages(Stack $stack) |
186 | 186 | { |
@@ -230,7 +230,7 @@ discard block |
||
230 | 230 | } |
231 | 231 | |
232 | 232 | /** |
233 | - * @return mixed |
|
233 | + * @return string |
|
234 | 234 | */ |
235 | 235 | public function getClientResponse() |
236 | 236 | { |
@@ -238,7 +238,7 @@ discard block |
||
238 | 238 | } |
239 | 239 | |
240 | 240 | /** |
241 | - * @param mixed $clientResponse |
|
241 | + * @param string $clientResponse |
|
242 | 242 | */ |
243 | 243 | public function setClientResponse($clientResponse) |
244 | 244 | { |