@@ -236,7 +236,7 @@ |
||
| 236 | 236 | * |
| 237 | 237 | * |
| 238 | 238 | * @see https://github.com/chillerlan/php-qrcode/discussions/121 |
| 239 | - */ |
|
| 239 | + */ |
|
| 240 | 240 | protected bool $imageTransparent = true; |
| 241 | 241 | |
| 242 | 242 | /** |
@@ -70,7 +70,7 @@ |
||
| 70 | 70 | * @return string|\Imagick |
| 71 | 71 | */ |
| 72 | 72 | public function dump(string $file = null){ |
| 73 | - $file ??= $this->options->cachefile; |
|
| 73 | + $file ??= $this->options->cachefile; |
|
| 74 | 74 | $this->imagick = new Imagick; |
| 75 | 75 | |
| 76 | 76 | $bgColor = $this->options->imageTransparent ? 'transparent' : 'white'; |