smiley 2 лет назад
Родитель
Сommit
ed2a92f33e
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      src/QROptionsTrait.php
  2. 1 1
      tests/QROptionsTest.php

+ 1 - 1
src/QROptionsTrait.php

@@ -14,7 +14,7 @@ namespace chillerlan\QRCode;
 
 use chillerlan\QRCode\Output\QROutputInterface;
 use chillerlan\QRCode\Common\{EccLevel, MaskPattern, Version};
-use function array_values, count, extension_loaded, in_array, is_numeric, max, min, sprintf, strtolower;
+use function array_values, count, extension_loaded, in_array, is_numeric, max, min, strtolower;
 
 /**
  * The QRCode plug-in settings & setter functionality

+ 1 - 1
tests/QROptionsTest.php

@@ -13,7 +13,7 @@
 namespace chillerlan\QRCodeTest;
 
 use chillerlan\QRCode\{QRCodeException, QROptions};
-use chillerlan\QRCode\Common\{MaskPattern, Version};
+use chillerlan\QRCode\Common\Version;
 use PHPUnit\Framework\TestCase;
 
 /**