From a80b9b21404eb719cf901d6c81b9bc49c8e418d0 Mon Sep 17 00:00:00 2001 From: codemasher Date: Sun, 10 Jan 2021 09:16:32 +0100 Subject: [PATCH] :shower: --- src/Data/QRMatrix.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;