mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-06 15:42:03 +00:00
:octocat: +DEFAULT_MODULE_VALUES[QRMatrix::M_NULL]
This commit is contained in:
@@ -21,6 +21,7 @@ interface QROutputInterface{
|
||||
|
||||
const DEFAULT_MODULE_VALUES = [
|
||||
// light
|
||||
QRMatrix::M_NULL => false, // 0
|
||||
QRMatrix::M_DATA => false, // 4
|
||||
QRMatrix::M_FINDER => false, // 6
|
||||
QRMatrix::M_SEPARATOR => false, // 8
|
||||
|
||||
Reference in New Issue
Block a user