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