Anpassung aus Analyse

This commit is contained in:
Marcel Diegelmann 2025-10-15 12:38:37 +02:00
parent 68e7ffa452
commit d80ec94227

View file

@ -95,7 +95,7 @@ class DataSourceJsonType extends AbstractType
* @param string $json
* @return bool
*/
private static function isValidJson(string $json): bool
public static function isValidJson(string $json): bool
{
json_decode($json);
return json_last_error() === JSON_ERROR_NONE;