We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4fcae commit 0b72190Copy full SHA for 0b72190
src/AsyncTestCase.php
@@ -187,8 +187,7 @@ final protected function createCallback(
187
int $invocationCount,
188
?callable $returnCallback = null,
189
array $expectArgs = [],
190
- ): \Closure
191
- {
+ ): \Closure {
192
$mock = $this->createMock(CallbackStub::class);
193
$invocationMocker = $mock->expects(self::exactly($invocationCount))
194
->method('__invoke');
0 commit comments