Skip to content

Commit 7b72c97

Browse files
committed
CS
1 parent 6dd72e0 commit 7b72c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/src/EventListener/LiveComponentSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ private static function parseJsonFromQuery(Request $request, string $key): array
381381
try {
382382
return json_decode($request->query->get($key), true, 512, \JSON_THROW_ON_ERROR);
383383
} catch (\JsonException $exception) {
384-
throw new JsonException(sprintf('Invalid JSON on query string %s.', $key), 0, $exception);
384+
throw new JsonException(sprintf('Invalid JSON on query string "%s".', $key), 0, $exception);
385385
}
386386
}
387387
}

0 commit comments

Comments
 (0)