|
@@ -13,7 +13,7 @@ namespace chillerlan\QRCode\Data;
|
|
|
use chillerlan\QRCode\QROptions;
|
|
use chillerlan\QRCode\QROptions;
|
|
|
use chillerlan\QRCode\Common\{BitBuffer, EccLevel, Mode, Version};
|
|
use chillerlan\QRCode\Common\{BitBuffer, EccLevel, Mode, Version};
|
|
|
use chillerlan\Settings\SettingsContainerInterface;
|
|
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
|
|
* Processes the binary data and maps it on a QRMatrix which is then being returned
|