mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-27 08:48:08 +00:00
:octocat: removed QRMatrix::M_TEST
This commit is contained in:
@@ -33,10 +33,6 @@ class QRMatrix{
|
||||
public const M_LOGO = 0b001000000000;
|
||||
/** @var int */
|
||||
public const M_LOGO_DARK = 0b101000000000;
|
||||
/** @var int */
|
||||
public const M_TEST = 0b011111111111;
|
||||
/** @var int */
|
||||
public const M_TEST_DARK = 0b111111111111;
|
||||
|
||||
/*
|
||||
* light values
|
||||
|
||||
Reference in New Issue
Block a user