mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-27 18:48:13 +00:00
:octocat: added QRMatrix::M_*_DARK constants for convenience
This commit is contained in:
@@ -40,8 +40,8 @@ abstract class QRGdImageTestAbstract extends QROutputTestAbstract{
|
||||
|
||||
$this->options->moduleValues = [
|
||||
// data
|
||||
(QRMatrix::M_DATA | QRMatrix::IS_DARK) => [0, 0, 0],
|
||||
QRMatrix::M_DATA => [255, 255, 255],
|
||||
QRMatrix::M_DATA_DARK => [0, 0, 0],
|
||||
QRMatrix::M_DATA => [255, 255, 255],
|
||||
];
|
||||
|
||||
$this->outputInterface = new $this->FQN($this->options, $this->matrix);
|
||||
|
||||
Reference in New Issue
Block a user