:octocat: change default value of QROptionsTrait::$imageTransparent to false

This commit is contained in:
smiley
2023-09-19 11:28:45 +02:00
parent 38e6de740f
commit 1c8073711b
+1 -1
View File
@@ -253,7 +253,7 @@ trait QROptionsTrait{
*
* @see https://github.com/chillerlan/php-qrcode/discussions/121
*/
protected bool $imageTransparent = true;
protected bool $imageTransparent = false;
/**
* Sets a transparency color for when {@see \chillerlan\QRCode\QROptions::$imageTransparent QROptions::$imageTransparent} is set to true.