@@ -6,8 +6,8 @@ |
||
| 6 | 6 | /** |
| 7 | 7 | * Test to see if a string is json |
| 8 | 8 | * |
| 9 | - * @param mixed $schema |
|
| 10 | - * @return void |
|
| 9 | + * @param string $string |
|
| 10 | + * @return boolean |
|
| 11 | 11 | */ |
| 12 | 12 | public static function isJson($string) |
| 13 | 13 | { |