Skip to content

Commit 4545bc3

Browse files
authored
Update Mode.php
fix comment error.
1 parent a75482d commit 4545bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Qrcode/Decoder/Mode.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public static function Init()
6666
* @param bits four bits encoding a QR Code data mode
6767
*
6868
* @return Mode encoded by these bits
69-
* @throws IllegalArgumentException if bits do not correspond to a known mode
69+
* @throws InvalidArgumentException if bits do not correspond to a known mode
7070
*/
7171
public static function forBits($bits)
7272
{
@@ -125,4 +125,4 @@ public function getBits()
125125

126126
}
127127

128-
Mode::Init();
128+
Mode::Init();

0 commit comments

Comments
 (0)