Skip to content

Commit 2fad9e6

Browse files
committed
fix CS issue.
1 parent 6fb4ae7 commit 2fad9e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Queue/Connectors/RabbitMQConnectorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ public function testShouldCallContextCloseMethodOnWorkerStoppingEvent()
130130
->method('listen')
131131
->with(WorkerStopping::class, $this->isInstanceOf(\Closure::class))
132132
->willReturnCallback(function ($eventName, \Closure $listener) {
133-
134133
$listener();
135134
})
136135
;

0 commit comments

Comments
 (0)