Skip to content

Commit e53d171

Browse files
authored
Merge pull request #68 from xiabeifeng/patch-3
Update BitSource.php
2 parents ea50f17 + 66b6ec9 commit e53d171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Common/BitSource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function getByteOffset()
6363
*
6464
* @return int representing the bits read. The bits will appear as the least-significant
6565
* bits of the int
66-
* @throws IllegalArgumentException if numBits isn't in [1,32] or more than is available
66+
* @throws InvalidArgumentException if numBits isn't in [1,32] or more than is available
6767
*/
6868
public function readBits($numBits)
6969
{

0 commit comments

Comments
 (0)