Skip to content

Commit 0646670

Browse files
committed
fix code style
1 parent a141430 commit 0646670

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/Unit/Elastica/ClientTest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ public function testSendsNormalEvents(): void
9696
}
9797

9898
return true;
99-
}));
99+
}))
100+
;
100101

101102
$client->setEventDispatcher($dispatcher);
102103
$client->request('event', Request::GET, ['some' => 'data'], ['query' => 'data']);
@@ -157,7 +158,8 @@ public function testSendsExceptionEvents(): void
157158
}
158159

159160
return true;
160-
}));
161+
}))
162+
;
161163

162164
$client->setEventDispatcher($dispatcher);
163165
$this->expectException(ClientException::class);

0 commit comments

Comments
 (0)