diff --git a/src/BinaryStream.php b/src/BinaryStream.php index 86b289b..aedb25c 100644 --- a/src/BinaryStream.php +++ b/src/BinaryStream.php @@ -63,8 +63,6 @@ public function getBuffer() : string{ /** * @phpstan-impure * @throws BinaryDataException if there are not enough bytes left in the buffer - * - * @phpstan-param int<0, max> $len */ public function get(int $len) : string{ if($len === 0){