Skip to content

Commit

Permalink
ByteString - fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kerin committed Dec 30, 2017
1 parent 01f393b commit 2c6f5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Buffertools/Types/ByteString.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function writeBits(BufferInterface $string): string
}

/**
* @param Buffer $string
* @param BufferInterface $string
* @return string
* @throws \Exception
*/
Expand Down Expand Up @@ -84,7 +84,7 @@ public function readBits(BufferInterface $buffer): string
/**
* @param Parser $parser
* @return BufferInterface
* @throws \BitWasp\Buffertools\Exceptions\ParserOutOfRange
* @throws \Exception
*/
public function read(Parser $parser): BufferInterface
{
Expand Down

0 comments on commit 2c6f5ea

Please sign in to comment.