@@ -77,7 +77,7 @@ |
||
| 77 | 77 | * valid modes are: Number, AlphaNum, Kanji, Byte (case insensitive) |
| 78 | 78 | * |
| 79 | 79 | * @see https://github.com/chillerlan/php-qrcode/issues/39 |
| 80 | - * @see https://github.com/chillerlan/php-qrcode/issues/97 (changed default value to '') |
|
| 80 | + * @see https://github.com/chillerlan/php-qrcode/issues/97 (changed default value to '') |
|
| 81 | 81 | */ |
| 82 | 82 | protected string $dataModeOverride = ''; |
| 83 | 83 | |