Skip to content

Commit 7b6f3a2

Browse files
committed
cs fix
1 parent 094deb7 commit 7b6f3a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/LiveComponent/src/EventListener/LiveComponentSubscriber.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ public function onKernelController(ControllerEvent $event): void
201201
private function parseDataFor(Request $request): array
202202
{
203203
if (!$request->attributes->has('_live_request_data')) {
204-
205204
if ($request->query->has('data')) {
206205
return [
207206
'data' => json_decode($request->query->get('data'), true, 512, \JSON_THROW_ON_ERROR),

0 commit comments

Comments
 (0)