Skip to content

Commit 51ed05c

Browse files
committed
Code style fixes from @stickler-ci
1 parent 773d8b8 commit 51ed05c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/AsyncClient.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,7 @@ public function send(array $message): bool
223223
*/
224224
private function handleLowLevelError(Throwable $throwable)
225225
{
226-
if (
227-
!($throwable instanceof WebsocketErrorException) &&
226+
if (!($throwable instanceof WebsocketErrorException) &&
228227
!($throwable instanceof RuntimeException) &&
229228
!($throwable instanceof PusherErrorException)
230229
) {

0 commit comments

Comments
 (0)