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.
2 parents ea50f17 + 66b6ec9 commit e53d171Copy full SHA for e53d171
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