@@ -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 |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | * |
| 18 | 18 | * @param $data |
| 19 | 19 | * @param $schema |
| 20 | - * @param $path |
|
| 20 | + * @param string $path |
|
| 21 | 21 | */ |
| 22 | 22 | public function validateRegex($data, $schema, $path) |
| 23 | 23 | { |
@@ -85,7 +85,7 @@ |
||
| 85 | 85 | * |
| 86 | 86 | * @return string |
| 87 | 87 | */ |
| 88 | - static public function getClassName(){ |
|
| 88 | + static public function getClassName() { |
|
| 89 | 89 | |
| 90 | 90 | return get_called_class(); |
| 91 | 91 | } |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | * |
| 18 | 18 | * @param $data |
| 19 | 19 | * @param $schema |
| 20 | - * @param $path |
|
| 20 | + * @param string $path |
|
| 21 | 21 | */ |
| 22 | 22 | public function validateRegex($data, $schema, $path) |
| 23 | 23 | { |
@@ -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 |