Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rancoud committed Dec 6, 2024
1 parent 65ad2eb commit d1d498d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public function isSeekable(): bool
* @throws \InvalidArgumentException
* @throws \RuntimeException
*/
public function seek(int $offset, int $whence = SEEK_SET): void
public function seek(int $offset, int $whence = \SEEK_SET): void
{
if (!$this->seekable) {
throw new \RuntimeException('Stream is not seekable');
Expand Down

0 comments on commit d1d498d

Please sign in to comment.