Skip to content

Commit 0b72190

Browse files
committed
Style fix
1 parent 4a4fcae commit 0b72190

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/AsyncTestCase.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,7 @@ final protected function createCallback(
187187
int $invocationCount,
188188
?callable $returnCallback = null,
189189
array $expectArgs = [],
190-
): \Closure
191-
{
190+
): \Closure {
192191
$mock = $this->createMock(CallbackStub::class);
193192
$invocationMocker = $mock->expects(self::exactly($invocationCount))
194193
->method('__invoke');

0 commit comments

Comments
 (0)