Skip to content

Commit ff1ac9b

Browse files
committed
cs fixes
1 parent f3543e1 commit ff1ac9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/src/Test/InteractsWithLiveComponents.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
trait InteractsWithLiveComponents
2222
{
23-
protected function createLiveComponent(string $name, array $data = [], ?KernelBrowser $client = null): TestLiveComponent
23+
protected function createLiveComponent(string $name, array $data = [], KernelBrowser $client = null): TestLiveComponent
2424
{
2525
if (!$this instanceof KernelTestCase) {
2626
throw new \LogicException(sprintf('The "%s" trait can only be used on "%s" classes.', __TRAIT__, KernelTestCase::class));

0 commit comments

Comments
 (0)