Skip to content

Commit 65babe2

Browse files
committed
Line length
1 parent a1fcc16 commit 65babe2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/ClientTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ public function testExtract()
9090
]);
9191

9292
$commandBus = $this->prophesize(CommandBusInterface::class);
93-
$commandBus->handle(new ExtractFQCNCommand(get_class($resource), $resource))->shouldBeCalled()->willReturn(resolve([]));
93+
$commandBus->handle(
94+
new ExtractFQCNCommand(get_class($resource), $resource)
95+
)->shouldBeCalled()->willReturn(resolve([]));
9496

9597
$container = ContainerBuilder::buildDevContainer();
9698
$container->set(CommandBusInterface::class, $commandBus->reveal());

0 commit comments

Comments
 (0)