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 @@ namespace chillerlan\QRCode\Data; 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