Skip to content

Commit 06074e8

Browse files
author
Thomas Kerin
committed
ByteString - fix phpdoc
1 parent 7fdeff3 commit 06074e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Buffertools/Types/ByteString.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function writeBits(BufferInterface $string): string
4343
}
4444

4545
/**
46-
* @param Buffer $string
46+
* @param BufferInterface $string
4747
* @return string
4848
* @throws \Exception
4949
*/
@@ -84,7 +84,7 @@ public function readBits(BufferInterface $buffer): string
8484
/**
8585
* @param Parser $parser
8686
* @return BufferInterface
87-
* @throws \BitWasp\Buffertools\Exceptions\ParserOutOfRange
87+
* @throws \Exception
8888
*/
8989
public function read(Parser $parser): BufferInterface
9090
{

0 commit comments

Comments
 (0)