From d1d498deed144e48b23ceb558c06ecfbf7550f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rancoud?= Date: Fri, 6 Dec 2024 22:22:46 +0100 Subject: [PATCH] lint --- src/Message/Stream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Message/Stream.php b/src/Message/Stream.php index 94c1a22..b161067 100644 --- a/src/Message/Stream.php +++ b/src/Message/Stream.php @@ -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');