Open CrazyTapok-bit opened 6 months ago
The json_decode function may issue an error if the string passed is not really json, or json but contains syntax errors. Therefore, it is necessary to finalize the handler and check for errors
json_decode
https://github.com/CrazyTapok-bit/tgWebValid/blob/4876bd8809360dcfbf11b3154df3f88b505c6d3d/src/Make/Make.php#L55
The
json_decode
function may issue an error if the string passed is not really json, or json but contains syntax errors. Therefore, it is necessary to finalize the handler and check for errorshttps://github.com/CrazyTapok-bit/tgWebValid/blob/4876bd8809360dcfbf11b3154df3f88b505c6d3d/src/Make/Make.php#L55