Skip to content

Commit c3591ad

Browse files
committed
fix code style
1 parent 0646670 commit c3591ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Unit/Elastica/ClientTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ public function testSendsExceptionEvents(): void
117117

118118
$connection = $this->getConnectionMock();
119119
$connection->method('getTransportObject')
120-
->willThrowException(new ClientException());
120+
->willThrowException(new ClientException())
121+
;
121122

122123
$client = $this->getClientMock($response, $connection);
123124

0 commit comments

Comments
 (0)