From 137f2ccc35f89d8c92209fac925059e7f6b448d0 Mon Sep 17 00:00:00 2001 From: Chris Gilligan <49878588+UTCGilligan@users.noreply.github.com> Date: Tue, 6 Jan 2026 10:59:15 -0500 Subject: [PATCH] UTCT-241: Remove PHP 8 deprecated code from QRImageWithLogo. Signed-off-by: Chris Gilligan <49878588+UTCGilligan@users.noreply.github.com> --- user/plugins/seans-qrcode/QRImageWithLogo.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/user/plugins/seans-qrcode/QRImageWithLogo.php b/user/plugins/seans-qrcode/QRImageWithLogo.php index 967041e..41cd2bd 100644 --- a/user/plugins/seans-qrcode/QRImageWithLogo.php +++ b/user/plugins/seans-qrcode/QRImageWithLogo.php @@ -12,12 +12,8 @@ * @noinspection PhpComposerExtensionStubsInspection */ -// namespace chillerlan\QRCode; - use chillerlan\QRCode\Output\{QRCodeOutputException, QRImage}; -use function imagecopyresampled, imagecreatefrompng, imagesx, imagesy, is_file, is_readable; - /** * @property \chillerlan\QRCodeExamples\LogoOptions $options */