codemasher před 5 roky
rodič
revize
a80b9b2140
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/Data/QRMatrix.php

+ 1 - 1
src/Data/QRMatrix.php

@@ -17,7 +17,7 @@ use chillerlan\QRCode\QRCode;
 use Closure;
 
 use SplFixedArray;
-use function array_fill, array_push, array_unshift, count, floor, max, min, range;
+use function array_fill, array_push, array_unshift, floor, max, min, range;
 
 /**
  * Holds a numerical representation of the final QR Code;