We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75482d commit 66b6ec9Copy full SHA for 66b6ec9
lib/Common/BitSource.php
@@ -63,7 +63,7 @@ public function getByteOffset()
63
*
64
* @return int representing the bits read. The bits will appear as the least-significant
65
* bits of the int
66
- * @throws IllegalArgumentException if numBits isn't in [1,32] or more than is available
+ * @throws InvalidArgumentException if numBits isn't in [1,32] or more than is available
67
*/
68
public function readBits($numBits)
69
{
0 commit comments