summaryrefslogtreecommitdiff
path: root/vendor/chillerlan/php-qrcode/examples/imageWithLogo.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/chillerlan/php-qrcode/examples/imageWithLogo.php')
-rw-r--r--vendor/chillerlan/php-qrcode/examples/imageWithLogo.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/chillerlan/php-qrcode/examples/imageWithLogo.php b/vendor/chillerlan/php-qrcode/examples/imageWithLogo.php
index 36f63d503..f93aa8dd1 100644
--- a/vendor/chillerlan/php-qrcode/examples/imageWithLogo.php
+++ b/vendor/chillerlan/php-qrcode/examples/imageWithLogo.php
@@ -23,8 +23,8 @@ $data = 'https://www.youtube.com/watch?v=DLzxrzFCyOs&t=43s';
*/
class LogoOptions extends QROptions{
// size in QR modules, multiply with QROptions::$scale for pixel size
- protected $logoSpaceWidth;
- protected $logoSpaceHeight;
+ protected int $logoSpaceWidth;
+ protected int $logoSpaceHeight;
}
$options = new LogoOptions;