Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Dec 4, 2021
1 parent 4a4fcae commit 0b72190
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/AsyncTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ final protected function createCallback(
int $invocationCount,
?callable $returnCallback = null,
array $expectArgs = [],
): \Closure
{
): \Closure {
$mock = $this->createMock(CallbackStub::class);
$invocationMocker = $mock->expects(self::exactly($invocationCount))
->method('__invoke');
Expand Down

0 comments on commit 0b72190

Please sign in to comment.