Skip to content

Commit e5abf35

Browse files
committed
CS fix
1 parent b434fc8 commit e5abf35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
if(!function_exists("json_validate")) {
10-
function json_validate(string $json) : bool
10+
function json_validate(string $json): bool
1111
{
1212
try {
1313
json_decode($json, flags: JSON_THROW_ON_ERROR);

0 commit comments

Comments
 (0)