Skip to content

Commit 1c80737

Browse files
committed
:octocat: change default value of QROptionsTrait::$imageTransparent to false
1 parent 38e6de7 commit 1c80737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QROptionsTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ trait QROptionsTrait{
253253
*
254254
* @see https://github.com/chillerlan/php-qrcode/discussions/121
255255
*/
256-
protected bool $imageTransparent = true;
256+
protected bool $imageTransparent = false;
257257

258258
/**
259259
* Sets a transparency color for when {@see \chillerlan\QRCode\QROptions::$imageTransparent QROptions::$imageTransparent} is set to true.

0 commit comments

Comments
 (0)