codemasher 5 лет назад
Родитель
Сommit
a80b9b2140
1 измененных файлов с 1 добавлено и 1 удалено
  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;