Skip to content

Commit

Permalink
Make Payload final
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Dec 23, 2022
1 parent 4ecfc68 commit 970327a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Payload.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* The message can be consumed in chunks using the read() API, or it may be buffered and accessed in its entirety by
* calling buffer(). Once buffering is requested through buffer(), the stream cannot be read in chunks.
*/
class Payload implements ReadableStream
final class Payload implements ReadableStream
{
private const MODE_STREAM = 1;
private const MODE_BUFFER = 2;
Expand Down

0 comments on commit 970327a

Please sign in to comment.