mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 03:58:28 +00:00
🔧 changed $dataModeOverride default value to '', fix for https://github.com/chillerlan/php-qrcode/issues/97
This commit is contained in:
@@ -77,8 +77,9 @@ trait QROptionsTrait{
|
||||
* valid modes are: Number, AlphaNum, Kanji, Byte (case insensitive)
|
||||
*
|
||||
* @see https://github.com/chillerlan/php-qrcode/issues/39
|
||||
* @see https://github.com/chillerlan/php-qrcode/issues/97 (changed default value to '')
|
||||
*/
|
||||
protected ?string $dataModeOverride = null;
|
||||
protected string $dataModeOverride = '';
|
||||
|
||||
/**
|
||||
* The output type
|
||||
|
||||
Reference in New Issue
Block a user