Skip to content

Commit

Permalink
Merge pull request #71 from xiabeifeng/patch-4
Browse files Browse the repository at this point in the history
Update Mode.php
  • Loading branch information
khanamiryan authored Jul 5, 2019
2 parents d54e969 + 4545bc3 commit 4cd40c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Qrcode/Decoder/Mode.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static function Init()
* @param bits four bits encoding a QR Code data mode
*
* @return Mode encoded by these bits
* @throws IllegalArgumentException if bits do not correspond to a known mode
* @throws InvalidArgumentException if bits do not correspond to a known mode
*/
public static function forBits($bits)
{
Expand Down Expand Up @@ -125,4 +125,4 @@ public function getBits()

}

Mode::Init();
Mode::Init();

0 comments on commit 4cd40c9

Please sign in to comment.