mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-26 16:58:10 +00:00
:octocat: removed QROptionsTrait::$textDark and QROptionsTrait::$textLight
This commit is contained in:
@@ -425,19 +425,6 @@ trait QROptionsTrait{
|
||||
* QRString settings
|
||||
*/
|
||||
|
||||
/**
|
||||
* String substitute for dark
|
||||
*
|
||||
* @see https://en.wikipedia.org/wiki/Block_Elements
|
||||
* @see https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit
|
||||
*/
|
||||
protected string $textDark = '██';
|
||||
|
||||
/**
|
||||
* String substitute for light
|
||||
*/
|
||||
protected string $textLight = '░░';
|
||||
|
||||
/**
|
||||
* An optional line prefix, e.g. empty space to align the QR Code in a console
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user