Skip to content

Commit b5ed999

Browse files
committed
Code Style
1 parent d05836a commit b5ed999

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
@@ -161,7 +161,7 @@ public function onKernelController(ControllerEvent $event): void
161161

162162
$value = null;
163163
if (
164-
is_array($files)
164+
\is_array($files)
165165
&& 1 === \count($files)
166166
&& $fileArg->isValueCompatible($files[0])
167167
) {

0 commit comments

Comments
 (0)