Skip to content

Commit adf340d

Browse files
authored
Removed unneeded argument from json_validate (#54900)
1 parent 79be624 commit adf340d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Str.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ public static function isJson($value)
545545
return false;
546546
}
547547

548-
return json_validate($value, 512);
548+
return json_validate($value);
549549
}
550550

551551
/**

0 commit comments

Comments
 (0)