@@ -69,7 +69,7 @@ |
||
69 | 69 | /** |
70 | 70 | * Deserializes data into the given type. |
71 | 71 | * |
72 | - * @param mixed $data |
|
72 | + * @param string $data |
|
73 | 73 | * @param string $type |
74 | 74 | * @param string $format |
75 | 75 | * @param SerializationContext|array $context |
@@ -17,7 +17,7 @@ |
||
17 | 17 | * @param string $username |
18 | 18 | * @param string $password |
19 | 19 | * |
20 | - * @return array |
|
20 | + * @return string |
|
21 | 21 | */ |
22 | 22 | public function loginUser($username, $password) |
23 | 23 | { |
@@ -308,8 +308,8 @@ |
||
308 | 308 | } |
309 | 309 | |
310 | 310 | /** |
311 | - * @param mixed $expected |
|
312 | - * @param mixed $actual |
|
311 | + * @param integer $expected |
|
312 | + * @param integer $actual |
|
313 | 313 | * @param string $message |
314 | 314 | * |
315 | 315 | * @return mixed |