@@ -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 |
@@ -371,7 +371,7 @@ |
||
| 371 | 371 | * |
| 372 | 372 | * @param string[] $input |
| 373 | 373 | * @param $schema |
| 374 | - * @param $path |
|
| 374 | + * @param string $path |
|
| 375 | 375 | * @param bool|false $mandatory |
| 376 | 376 | * |
| 377 | 377 | * @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 |