codemasher hace 5 años
padre
commit
a80b9b2140
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;