@@ -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 | { |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | ->scalarNode('base_url')->defaultValue('/')->end() |
| 51 | 51 | ->scalarNode('host')->defaultNull()->end() |
| 52 | 52 | ->end() |
| 53 | - ->end() |
|
| 53 | + ->end() |
|
| 54 | 54 | ->end() |
| 55 | 55 | ->end() |
| 56 | 56 | ->end() |
@@ -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 |
@@ -72,7 +72,7 @@ |
||
| 72 | 72 | } |
| 73 | 73 | |
| 74 | 74 | /** |
| 75 | - * @return object |
|
| 75 | + * @return \stdClass |
|
| 76 | 76 | */ |
| 77 | 77 | private function assembleRequestSchema() |
| 78 | 78 | { |