Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Jan 17, 2024
1 parent f141c54 commit 8ea9329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public function process(null|int|float $timeout = 0, bool $reply = true)
case Msg::class:
$payload = '';
if (!($message instanceof Msg)) {
continue;
break;
}
if ($message->length) {
$iteration = 0;
Expand Down

0 comments on commit 8ea9329

Please sign in to comment.