We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fdeff3 commit 06074e8Copy full SHA for 06074e8
1 file changed
src/Buffertools/Types/ByteString.php
@@ -43,7 +43,7 @@ public function writeBits(BufferInterface $string): string
43
}
44
45
/**
46
- * @param Buffer $string
+ * @param BufferInterface $string
47
* @return string
48
* @throws \Exception
49
*/
@@ -84,7 +84,7 @@ public function readBits(BufferInterface $buffer): string
84
85
* @param Parser $parser
86
* @return BufferInterface
87
- * @throws \BitWasp\Buffertools\Exceptions\ParserOutOfRange
+ * @throws \Exception
88
89
public function read(Parser $parser): BufferInterface
90
{
0 commit comments