Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed Mar 11, 2024
1 parent 3690076 commit ee6f54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ public function withStreamMode(): static

/**
* @param int|null $codec The codec used for encoding the payload header.
* Can be {@see Frame::CODEC_PROTO} for Protocol Buffers or {@see Frame::CODEC_JSON} for JSON.
* This parameter will be removed in v4.0 and {@see Frame::CODEC_PROTO} will be used by default.
* Can be {@see Frame::CODEC_PROTO} for Protocol Buffers or {@see Frame::CODEC_JSON} for JSON.
* This parameter will be removed in v4.0 and {@see Frame::CODEC_PROTO} will be used by default.
*/
public function respond(Payload $payload, ?int $codec = null): void
{
Expand Down

0 comments on commit ee6f54b

Please sign in to comment.