Skip to content

Commit 66b6ec9

Browse files
authored
Update BitSource.php
fix comment error.
1 parent a75482d commit 66b6ec9

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)