We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3db70 commit 02ec24eCopy full SHA for 02ec24e
src/Output/QROutputAbstract.php
@@ -16,7 +16,7 @@
16
use chillerlan\QRCode\QROptions;
17
use chillerlan\QRCode\Data\QRMatrix;
18
use chillerlan\Settings\SettingsContainerInterface;
19
-use Closure, finfo;
+use finfo;
20
use function base64_encode, dirname, extension_loaded, file_put_contents, is_writable, ksort, sprintf;
21
use const FILEINFO_MIME_TYPE;
22
0 commit comments