We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b434fc8 commit e5abf35Copy full SHA for e5abf35
src/functions.php
@@ -7,7 +7,7 @@
7
*/
8
9
if(!function_exists("json_validate")) {
10
- function json_validate(string $json) : bool
+ function json_validate(string $json): bool
11
{
12
try {
13
json_decode($json, flags: JSON_THROW_ON_ERROR);
0 commit comments