From 537145352581fa446c06fdd8bc7cd97866c7e550 Mon Sep 17 00:00:00 2001 From: smiley Date: Tue, 27 Feb 2024 14:50:38 +0100 Subject: [PATCH] :shower: --- src/Data/QRData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Data/QRData.php b/src/Data/QRData.php index 7b1204199..431a46a0c 100644 --- a/src/Data/QRData.php +++ b/src/Data/QRData.php @@ -12,7 +12,7 @@ use chillerlan\QRCode\Common\{BitBuffer, EccLevel, Mode, Version}; use chillerlan\Settings\SettingsContainerInterface; -use function count, sprintf; +use function sprintf; /** * Processes the binary data and maps it on a QRMatrix which is then being returned