@@ -209,7 +209,7 @@ |
||
209 | 209 | * Does the actual decoding of a JSON string |
210 | 210 | * |
211 | 211 | * @param $data |
212 | - * @param $type |
|
212 | + * @param string $type |
|
213 | 213 | * @param bool $assoc |
214 | 214 | * |
215 | 215 | * @return mixed |
@@ -5,7 +5,7 @@ |
||
5 | 5 | /** |
6 | 6 | * Converts an \Exception into an array |
7 | 7 | * |
8 | - * @param $e |
|
8 | + * @param Exception $e |
|
9 | 9 | * |
10 | 10 | * @return array |
11 | 11 | * @throws Exception |
@@ -381,9 +381,9 @@ |
||
381 | 381 | /** |
382 | 382 | * Validate $schema->$property |
383 | 383 | * |
384 | - * @param array $input |
|
384 | + * @param string[] $input |
|
385 | 385 | * @param $schema |
386 | - * @param $path |
|
386 | + * @param string $path |
|
387 | 387 | * @param bool|false $mandatory |
388 | 388 | * |
389 | 389 | * @return mixed |