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 4545bc3Copy full SHA for 4545bc3
lib/Qrcode/Decoder/Mode.php
@@ -66,7 +66,7 @@ public static function Init()
66
* @param bits four bits encoding a QR Code data mode
67
*
68
* @return Mode encoded by these bits
69
- * @throws IllegalArgumentException if bits do not correspond to a known mode
+ * @throws InvalidArgumentException if bits do not correspond to a known mode
70
*/
71
public static function forBits($bits)
72
{
@@ -125,4 +125,4 @@ public function getBits()
125
126
}
127
128
-Mode::Init();
+Mode::Init();
0 commit comments