diff --git a/src/Data/QRMatrix.php b/src/Data/QRMatrix.php index bb7bf82d3..74077513f 100755 --- a/src/Data/QRMatrix.php +++ b/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;